diff options
author | root <root@rshg054.dnsready.net> | 2013-11-01 01:14:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-01 01:14:52 -0700 |
commit | 22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 (patch) | |
tree | 621d351b79cbea285d91df33b6fa4f041696cf56 /community/perl-json-xs | |
parent | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (diff) |
Fri Nov 1 01:13:45 PDT 2013
Diffstat (limited to 'community/perl-json-xs')
-rw-r--r-- | community/perl-json-xs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD index 4bd2e9f84..40e637e1f 100644 --- a/community/perl-json-xs/PKGBUILD +++ b/community/perl-json-xs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92759 2013-06-14 17:40:33Z spupykin $ +# $Id: PKGBUILD 100056 2013-10-31 21:46:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tor Krill <tor@krill.nu> pkgname=perl-json-xs -pkgver=2.34 +pkgver=3.01 pkgrel=1 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast" url="http://search.cpan.org/dist/JSON-XS/" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=('perl' 'perl-common-sense') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz) -md5sums=('dda3c03335665cdeff91c37a269b833b') +md5sums=('b7be65295baf6dd9233c6494782c1153') build() { cd $srcdir/JSON-XS-$pkgver |