summaryrefslogtreecommitdiff
path: root/perl-lib-relative/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-lib-relative/PKGBUILD')
-rw-r--r--perl-lib-relative/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-lib-relative/PKGBUILD b/perl-lib-relative/PKGBUILD
index cde6aed3..57b1d164 100644
--- a/perl-lib-relative/PKGBUILD
+++ b/perl-lib-relative/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-lib-relative'
pkgver='0.002'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Add paths relative to the current file to @INC'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.6.1'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-lib'
'perl-pathtools'
)