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, 3 insertions, 3 deletions
diff --git a/perl-php-serialization/PKGBUILD b/perl-php-serialization/PKGBUILD
index 1a21d582d..9807fd39a 100644
--- a/perl-php-serialization/PKGBUILD
+++ b/perl-php-serialization/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='perl-php-serialization'
pkgver='0.34'
-pkgrel=9
+pkgrel=10
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.32'
- 'perl<5.33'
+ 'perl>=5.34'
+ 'perl<5.35'
)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')