diff options
author | Erich Eckner <git@eckner.net> | 2017-09-07 11:23:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-07 11:23:52 +0200 |
commit | d150ba594f28d6fc7482b3957afa1db2d17a59a6 (patch) | |
tree | f387e47d2368ee08d015a519bf1eff4c9ebe80eb /perl-json-maybexs/PKGBUILD | |
parent | 8d8402e60e2a53f8752eebf0ec4c81c343f390fa (diff) | |
download | archlinuxewe-d150ba594f28d6fc7482b3957afa1db2d17a59a6.tar.xz |
perl-json-maybexs: enable all tests
Diffstat (limited to 'perl-json-maybexs/PKGBUILD')
-rw-r--r-- | perl-json-maybexs/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD index 0926e4e23..95370d178 100644 --- a/perl-json-maybexs/PKGBUILD +++ b/perl-json-maybexs/PKGBUILD @@ -2,7 +2,7 @@ pkgname='perl-json-maybexs' pkgver=1.003009 -pkgrel='3' +pkgrel='4' pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP' arch=('any') license=('PerlArtistic' 'GPL') @@ -21,8 +21,9 @@ makedepends=( optdepends=( 'perl-cpanel-json-xs>=2.3310') checkdepends=( - 'perl-test-without-module' + 'perl-cpanel-json-xs' 'perl-json-xs' + 'perl-test-without-module' ) url='https://metacpan.org/release/JSON-MaybeXS' _distdir="JSON-MaybeXS-${pkgver}" |