perl-Alien-Libxml2: add min version to dependency

This commit is contained in:
Peter Budai
2021-01-31 07:30:15 +01:00
committed by Christoph Reiter
parent a8371d94d9
commit 73942e9eaa

View File

@@ -9,7 +9,7 @@ arch=('any')
license=('PerlArtistic')
url="https://metacpan.org/release/Alien-Libxml2"
groups=('perl-modules')
depends=('libxml2' 'perl-Alien-Build')
depends=('libxml2' 'perl-Alien-Build>=2.37')
makedepends=('perl-HTML-Parser' 'perl-Sort-Versions' 'perl-Test2-Suite' 'perl-URI' 'libxml2-devel')
options=(!emptydirs)
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/${_realname}-${pkgver}.tar.gz")