Date: Saturday, February 16, 2019 @ 17:44:42 Author: felixonmars Revision: 433585
upgpkg: perl-json-xs 4.0-1 Modified: perl-json-xs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 17:43:25 UTC (rev 433584) +++ PKGBUILD 2019-02-16 17:44:42 UTC (rev 433585) @@ -2,8 +2,8 @@ # Contributor: Tor Krill <[email protected]> pkgname=perl-json-xs -pkgver=3.03 -pkgrel=6 +pkgver=4.0 +pkgrel=1 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast" url="http://search.cpan.org/dist/JSON-XS/" license=("GPL") @@ -12,7 +12,7 @@ makedepends=('perl-canary-stability') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz) -sha256sums=('699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e100004f016a702e876dde') +sha256sums=('479f4afca6d21d679101954a8144cf42e3ff8780c336ea8b748cf2a77ef62804') build() { cd "$srcdir"/JSON-XS-$pkgver
