summaryrefslogtreecommitdiff
path: root/perl-php-serialization/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-php-serialization/PKGBUILD')
-rw-r--r--perl-php-serialization/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-php-serialization/PKGBUILD b/perl-php-serialization/PKGBUILD
index e3446905..a983d72a 100644
--- a/perl-php-serialization/PKGBUILD
+++ b/perl-php-serialization/PKGBUILD
@@ -3,9 +3,13 @@
pkgname='perl-php-serialization'
pkgver='0.34'
-pkgrel='6'
+pkgrel='7'
pkgdesc='simple flexible means of converting the output of PHP'"'"'s serialize() into the equivalent Perl memory structure, and vice versa.'
arch=('any')
+depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
+)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
makedepends=(