diff options
author | Erich Eckner <git@eckner.net> | 2016-06-10 16:15:55 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-10 23:31:32 +0200 |
commit | ded4d40bc610de0e2f6c647ad5b52b3744561651 (patch) | |
tree | 0f51965adac4edfc1064120d97fa70f060bfd936 /perl-php-serialization/PKGBUILD | |
parent | 8a7df3bde479501acf20d98756b6f3309b747953 (diff) | |
download | archlinuxewe.git.save-ded4d40bc610de0e2f6c647ad5b52b3744561651.tar.xz |
perl-php-serialization dependency update
Diffstat (limited to 'perl-php-serialization/PKGBUILD')
-rw-r--r-- | perl-php-serialization/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-php-serialization/PKGBUILD b/perl-php-serialization/PKGBUILD index 7bd4896f..eb4e7fc9 100644 --- a/perl-php-serialization/PKGBUILD +++ b/perl-php-serialization/PKGBUILD @@ -3,13 +3,13 @@ pkgname='perl-php-serialization' pkgver='0.34' -pkgrel='1' +pkgrel='2' pkgdesc='simple flexible means of converting the output of PHP'"'"'s serialize() into the equivalent Perl memory structure, and vice versa.' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl') -makedepends=('perl-extutils-makemaker' 'perl-extutils-makemaker') +makedepends=( + 'perl-extutils-makemaker') url='https://metacpan.org/release/PHP-Serialization' _distdir="PHP-Serialization-${pkgver}" source=("https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/${_distdir}.tar.gz") |