diff options
author | Erich Eckner <git@eckner.net> | 2016-06-10 16:14:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-10 21:09:14 +0200 |
commit | 3452f805812ec1cc41271f536fd3fc2e6c363fae (patch) | |
tree | b4b394459d713b73182720d1aaa88e5b64402031 | |
parent | 8c086b6a8dc90a25d6a26b627db066dec75c308e (diff) | |
download | archlinuxewe-3452f805812ec1cc41271f536fd3fc2e6c363fae.tar.xz |
perl-json-maybexs dependency update
-rw-r--r-- | perl-json-maybexs/PKGBUILD | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD index bae0cc35b..36c95a16c 100644 --- a/perl-json-maybexs/PKGBUILD +++ b/perl-json-maybexs/PKGBUILD @@ -2,14 +2,25 @@ pkgname='perl-json-maybexs' pkgver='1.003005' -pkgrel='1' +pkgrel='2' pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl-cpanel-json-xs' -) + 'perl>=5.6.0' + 'perl-carp' + 'perl-json-pp>=2.27202' + 'perl-scalar-list-utils') +makedepends=( + 'perl-extutils-cbuilder>=0.27' + 'perl-extutils-makemaker' + 'perl-file-temp' + 'perl-pathtools' + 'perl-test-simple>=0.88' + 'perl-test-without-module>=0.17') +optdepends=( + 'perl-cpanel-json-xs>=2.3310') checkdepends=( 'perl-test-without-module' 'perl-json-xs' |