diff options
Diffstat (limited to 'perl-uuid-random')
-rw-r--r-- | perl-uuid-random/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-uuid-random/PKGBUILD b/perl-uuid-random/PKGBUILD index bdda6ce8..0484923f 100644 --- a/perl-uuid-random/PKGBUILD +++ b/perl-uuid-random/PKGBUILD @@ -3,12 +3,12 @@ pkgname='perl-uuid-random' pkgver='0.04' -pkgrel=4 +pkgrel=5 pkgdesc='Generate random uuid strings' arch=('any') depends=( - 'perl>=5.30' - 'perl<5.31' + 'perl>=5.32' + 'perl<5.33' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |