summaryrefslogtreecommitdiff
path: root/perl-uuid-random/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-uuid-random/PKGBUILD')
-rw-r--r--perl-uuid-random/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-uuid-random/PKGBUILD b/perl-uuid-random/PKGBUILD
index e80a8af4..cf6712a9 100644
--- a/perl-uuid-random/PKGBUILD
+++ b/perl-uuid-random/PKGBUILD
@@ -3,9 +3,13 @@
pkgname='perl-uuid-random'
pkgver='0.04'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Generate random uuid strings'
arch=('any')
+depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
+)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
url='https://metacpan.org/release/UUID-Random'