summaryrefslogtreecommitdiff
path: root/perl-array-diff
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-array-diff
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-array-diff')
-rw-r--r--perl-array-diff/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-array-diff/PKGBUILD b/perl-array-diff/PKGBUILD
index 652f3ccf..c8fb7c6a 100644
--- a/perl-array-diff/PKGBUILD
+++ b/perl-array-diff/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-array-diff'
pkgver='0.07'
-pkgrel=5
+pkgrel=6
pkgdesc='Find the differences between two arrays'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,8 +12,8 @@ optdepends=(
'perl-algorithm-diff-xs'
)
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-algorithm-diff>=1.19'
'perl-class-accessor-fast'
'perl-filter-util-call'