summaryrefslogtreecommitdiff
path: root/perl-json-maybexs
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-07 11:23:52 +0200
committerErich Eckner <git@eckner.net>2017-09-07 11:23:52 +0200
commitd150ba594f28d6fc7482b3957afa1db2d17a59a6 (patch)
treef387e47d2368ee08d015a519bf1eff4c9ebe80eb /perl-json-maybexs
parent8d8402e60e2a53f8752eebf0ec4c81c343f390fa (diff)
downloadarchlinuxewe.git.save-d150ba594f28d6fc7482b3957afa1db2d17a59a6.tar.xz
perl-json-maybexs: enable all tests
Diffstat (limited to 'perl-json-maybexs')
-rw-r--r--perl-json-maybexs/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD
index 0926e4e2..95370d17 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}"