diff options
Diffstat (limited to 'perl-lib-relative/PKGBUILD')
-rw-r--r-- | perl-lib-relative/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-lib-relative/PKGBUILD b/perl-lib-relative/PKGBUILD index 557b2f438..b56560911 100644 --- a/perl-lib-relative/PKGBUILD +++ b/perl-lib-relative/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-lib-relative' pkgver=1.000 -pkgrel=1 +pkgrel=2 pkgdesc='Add paths relative to the current file to @INC' arch=('any') license=('PerlArtistic' 'GPL') @@ -14,7 +14,8 @@ makedepends=( 'perl-pathtools' 'perl-test-simple>=0.88') depends=( - 'perl>=5.6.1' + 'perl>=5.30' + 'perl<5.31' 'perl-lib' 'perl-pathtools') url='https://metacpan.org/release/lib-relative' |