summaryrefslogtreecommitdiff
path: root/perl-lib-relative
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
committerErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
commita57847e399024e8ecef90fe4872ca2910d27c964 (patch)
tree86f5deb6fb01537d9f383f72bd0452bdbfb84700 /perl-lib-relative
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-lib-relative')
-rw-r--r--perl-lib-relative/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-lib-relative/PKGBUILD b/perl-lib-relative/PKGBUILD
index c24497f7..3ee81114 100644
--- a/perl-lib-relative/PKGBUILD
+++ b/perl-lib-relative/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-lib-relative'
pkgver=1.000
-pkgrel=2
+pkgrel=3
pkgdesc='Add paths relative to the current file to @INC'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -13,8 +13,8 @@ makedepends=(
'perl-file-temp>=0.19'
'perl-test-simple>=0.88')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-lib'
'perl-pathtools')
url='https://metacpan.org/release/lib-relative'