summaryrefslogtreecommitdiff
path: root/perl-module-path-more/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-module-path-more/PKGBUILD')
-rw-r--r--perl-module-path-more/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-module-path-more/PKGBUILD b/perl-module-path-more/PKGBUILD
index 146071df..a631f56b 100644
--- a/perl-module-path-more/PKGBUILD
+++ b/perl-module-path-more/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-module-path-more'
pkgver='0.33'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Get path to locally installed Perl module'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.10.1'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-exporter'
'perl-pathtools'
)