summaryrefslogtreecommitdiff
path: root/community/perl-json-xs
diff options
context:
space:
mode:
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 7396840ec..773cf0b9e 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71805 2012-06-02 10:31:18Z bluewind $
+# $Id: PKGBUILD 82882 2013-01-25 09:56:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=perl-json-xs
-pkgver=2.32
-pkgrel=2
+pkgver=2.33
+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' 'mips64el')
depends=('perl' 'perl-common-sense')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('87f71c78010083ad4d158b5765c4a609')
+md5sums=('6a1eafeadc1680a806ec2eb1798f6084')
build() {
cd $srcdir/JSON-XS-$pkgver