summaryrefslogtreecommitdiff
path: root/perl-uuid-tiny/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-uuid-tiny/PKGBUILD')
-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'