summaryrefslogtreecommitdiff
path: root/community/perl-json-xs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-15 01:12:53 -0700
committerroot <root@rshg054.dnsready.net>2013-06-15 01:12:53 -0700
commit0a069ede63336b105cda051cebe136f2592847d2 (patch)
tree77888d76b12d41cff03b73ccf4bb3f449e4a62f6 /community/perl-json-xs
parentadf79eda8c652508134a41dff3af9524a87bbe5b (diff)
Sat Jun 15 01:11:56 PDT 2013
Diffstat (limited to 'community/perl-json-xs')
-rw-r--r--community/perl-json-xs/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD
index 1adf19bec..4bd2e9f84 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 91683 2013-05-26 09:25:38Z bluewind $
+# $Id: PKGBUILD 92759 2013-06-14 17:40:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=perl-json-xs
-pkgver=2.33
-pkgrel=2
+pkgver=2.34
+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 @@ 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=('6a1eafeadc1680a806ec2eb1798f6084')
+md5sums=('dda3c03335665cdeff91c37a269b833b')
build() {
cd $srcdir/JSON-XS-$pkgver