summaryrefslogtreecommitdiff
path: root/perl-uuid-tiny
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-uuid-tiny
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-uuid-tiny')
-rw-r--r--perl-uuid-tiny/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-uuid-tiny/PKGBUILD b/perl-uuid-tiny/PKGBUILD
index a134432a..90fc646a 100644
--- a/perl-uuid-tiny/PKGBUILD
+++ b/perl-uuid-tiny/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-uuid-tiny'
pkgver='1.04'
-pkgrel='1'
+pkgrel=2
pkgdesc='Pure Perl UUID Support With Functional Interface'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,6 +12,8 @@ makedepends=(
'perl-extutils-makemaker'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
'perl'
'perl-carp'
'perl-digest-md5'