[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 10:57:10
  Author: foutrelis
Revision: 649150

upgpkg: perl-json-xs 4.0-4: Perl 5.32 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 10:56:55 UTC (rev 649149)
+++ PKGBUILD2020-06-21 10:57:10 UTC (rev 649150)
@@ -3,7 +3,7 @@
 
 pkgname=perl-json-xs
 pkgver=4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="https://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 12:56:04
  Author: foutrelis
Revision: 476400

Perl 5.30 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 12:55:47 UTC (rev 476399)
+++ PKGBUILD2019-06-01 12:56:04 UTC (rev 476400)
@@ -3,7 +3,7 @@
 
 pkgname=perl-json-xs
 pkgver=4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="https://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 09:47:10
  Author: foutrelis
Revision: 470193

Perl 5.30 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 09:46:44 UTC (rev 470192)
+++ PKGBUILD2019-05-25 09:47:10 UTC (rev 470193)
@@ -3,7 +3,7 @@
 
 pkgname=perl-json-xs
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="https://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2019-02-16 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2019-02-16 17:43:25 UTC (rev 433584)
+++ PKGBUILD2019-02-16 17:44:42 UTC (rev 433585)
@@ -2,8 +2,8 @@
 # Contributor: Tor Krill 
 
 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=('699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e14f016a702e876dde')
+sha256sums=('479f4afca6d21d679101954a8144cf42e3ff8780c336ea8b748cf2a77ef62804')
 
 build() {
   cd  "$srcdir"/JSON-XS-$pkgver


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 09:42:20
  Author: spupykin
Revision: 399398

upgpkg: perl-json-xs 3.03-6

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-29 09:22:24 UTC (rev 399397)
+++ PKGBUILD2018-10-29 09:42:20 UTC (rev 399398)
@@ -3,12 +3,13 @@
 
 pkgname=perl-json-xs
 pkgver=3.03
-pkgrel=5
+pkgrel=6
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")
 arch=('x86_64')
-depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 
'perl-canary-stability')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
+makedepends=('perl-canary-stability')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
 sha256sums=('699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e14f016a702e876dde')


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2018-08-01 Thread Florian Pritz via arch-commits
Date: Wednesday, August 1, 2018 @ 09:42:33
  Author: bluewind
Revision: 366423

Perl 5.28 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 09:26:41 UTC (rev 366422)
+++ PKGBUILD2018-08-01 09:42:33 UTC (rev 366423)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.03
-pkgrel=4
+pkgrel=5
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 14:26:24
  Author: foutrelis
Revision: 254124

Perl versioned binary modules rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-26 14:26:23 UTC (rev 254123)
+++ PKGBUILD2017-08-26 14:26:24 UTC (rev 254124)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.03
-pkgrel=3
+pkgrel=4
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 13:52:35
  Author: foutrelis
Revision: 253273

Perl versioned binary modules rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-24 13:51:00 UTC (rev 253272)
+++ PKGBUILD2017-08-24 13:52:35 UTC (rev 253273)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.03
-pkgrel=2
+pkgrel=3
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 12:37:50
  Author: felixonmars
Revision: 232263

Perl 5.26 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 12:32:23 UTC (rev 232262)
+++ PKGBUILD2017-06-01 12:37:50 UTC (rev 232263)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.03
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 12:32:23
  Author: foutrelis
Revision: 232262

Set PERL_CANARY_STABILITY_NOPROMPT=1

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 12:28:48 UTC (rev 232261)
+++ PKGBUILD2017-06-01 12:32:23 UTC (rev 232262)
@@ -16,6 +16,7 @@
 
 build() {
   cd  "$srcdir"/JSON-XS-$pkgver
+  PERL_CANARY_STABILITY_NOPROMPT=1 \
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2017-05-04 Thread Sergej Pupykin
Date: Thursday, May 4, 2017 @ 09:11:54
  Author: spupykin
Revision: 226904

upgpkg: perl-json-xs 3.03-1

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 09:11:48 UTC (rev 226903)
+++ PKGBUILD2017-05-04 09:11:54 UTC (rev 226904)
@@ -3,8 +3,8 @@
 # Contributor: Tor Krill 
 
 pkgname=perl-json-xs
-pkgver=3.02
-pkgrel=3
+pkgver=3.03
+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 @@
 depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 
'perl-canary-stability')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('0d4078f18003b50be970709a77b6afbf')
+sha256sums=('699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e14f016a702e876dde')
 
 build() {
   cd  "$srcdir"/JSON-XS-$pkgver


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 11:17:05
  Author: arojas
Revision: 174918

perl 5.24 rebuild

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 09:15:19 UTC (rev 174917)
+++ PKGBUILD2016-05-12 09:17:05 UTC (rev 174918)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.02
-pkgrel=2
+pkgrel=3
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2016-05-10 Thread Sergej Pupykin
Date: Tuesday, May 10, 2016 @ 20:18:24
  Author: spupykin
Revision: 174628

upgpkg: perl-json-xs 3.02-2

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-10 18:18:19 UTC (rev 174627)
+++ PKGBUILD2016-05-10 18:18:24 UTC (rev 174628)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.02
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2016-03-12 Thread Sergej Pupykin
Date: Saturday, March 12, 2016 @ 12:38:08
  Author: spupykin
Revision: 166339

upgpkg: perl-json-xs 3.02-1

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 11:37:34 UTC (rev 166338)
+++ PKGBUILD2016-03-12 11:38:08 UTC (rev 166339)
@@ -3,16 +3,16 @@
 # Contributor: Tor Krill 
 
 pkgname=perl-json-xs
-pkgver=3.01
-pkgrel=4
+pkgver=3.02
+pkgrel=1
 pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
 url="http://search.cpan.org/dist/JSON-XS/;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser' 
'perl-canary-stability')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('b7be65295baf6dd9233c6494782c1153')
+md5sums=('0d4078f18003b50be970709a77b6afbf')
 
 build() {
   cd  $srcdir/JSON-XS-$pkgver


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2015-06-02 Thread Sergej Pupykin
Date: Tuesday, June 2, 2015 @ 19:40:09
  Author: spupykin
Revision: 134586

upgpkg: perl-json-xs 3.01-4

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 17:40:06 UTC (rev 134585)
+++ PKGBUILD2015-06-02 17:40:09 UTC (rev 134586)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.01
-pkgrel=3
+pkgrel=4
 pkgdesc=JSON::XS - JSON serialising/deserialising, done correctly and fast
 url=http://search.cpan.org/dist/JSON-XS/;
 license=(GPL)
@@ -20,6 +20,11 @@
   make
 }
 package() {
+  cd  $srcdir/JSON-XS-$pkgver
+  make DESTDIR=$pkgdir install
+
+  find $pkgdir -name '.packlist' -delete  \
+  find $pkgdir -name '*.pod' -delete
 # template start; name=perl-binary-module-dependency; version=1;
 if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
_perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
@@ -27,11 +32,4 @@
depends+=(perl=$_perlver_min perl$_perlver_max)
 fi
 # template end;
-
-
-  cd  $srcdir/JSON-XS-$pkgver
-  make DESTDIR=$pkgdir install
-
-  find $pkgdir -name '.packlist' -delete  \
-  find $pkgdir -name '*.pod' -delete
 }


[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:31:58
  Author: spupykin
Revision: 112140

upgpkg: perl-json-xs 3.01-3

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-29 12:31:55 UTC (rev 112139)
+++ PKGBUILD2014-05-29 12:31:58 UTC (rev 112140)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=3.01
-pkgrel=2
+pkgrel=3
 pkgdesc=JSON::XS - JSON serialising/deserialising, done correctly and fast
 url=http://search.cpan.org/dist/JSON-XS/;
 license=(GPL)



[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2013-11-05 Thread Sergej Pupykin
Date: Tuesday, November 5, 2013 @ 11:05:21
  Author: spupykin
Revision: 100496

upgpkg: perl-json-xs 3.01-2

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 10:05:13 UTC (rev 100495)
+++ PKGBUILD2013-11-05 10:05:21 UTC (rev 100496)
@@ -4,12 +4,12 @@
 
 pkgname=perl-json-xs
 pkgver=3.01
-pkgrel=1
+pkgrel=2
 pkgdesc=JSON::XS - JSON serialising/deserialising, done correctly and fast
 url=http://search.cpan.org/dist/JSON-XS/;
 license=(GPL)
 arch=('i686' 'x86_64')
-depends=('perl' 'perl-common-sense')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
 md5sums=('b7be65295baf6dd9233c6494782c1153')
@@ -16,7 +16,6 @@
 
 build() {
   cd  $srcdir/JSON-XS-$pkgver
-# eval `perl -V:archname`
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }



[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2013-10-31 Thread Sergej Pupykin
Date: Thursday, October 31, 2013 @ 22:46:30
  Author: spupykin
Revision: 100055

upgpkg: perl-json-xs 3.01-1

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-31 20:47:13 UTC (rev 100054)
+++ PKGBUILD2013-10-31 21:46:30 UTC (rev 100055)
@@ -3,7 +3,7 @@
 # Contributor: Tor Krill t...@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 @@
 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



[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2013-06-14 Thread Sergej Pupykin
Date: Friday, June 14, 2013 @ 19:40:14
  Author: spupykin
Revision: 92758

upgpkg: perl-json-xs 2.34-1

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-14 17:40:10 UTC (rev 92757)
+++ PKGBUILD2013-06-14 17:40:14 UTC (rev 92758)
@@ -3,8 +3,8 @@
 # Contributor: Tor Krill t...@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 @@
 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



[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2013-05-20 Thread Sergej Pupykin
Date: Monday, May 20, 2013 @ 12:53:44
  Author: spupykin
Revision: 91203

upgpkg: perl-json-xs 2.33-2

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 10:53:40 UTC (rev 91202)
+++ PKGBUILD2013-05-20 10:53:44 UTC (rev 91203)
@@ -4,7 +4,7 @@
 
 pkgname=perl-json-xs
 pkgver=2.33
-pkgrel=1
+pkgrel=2
 pkgdesc=JSON::XS - JSON serialising/deserialising, done correctly and fast
 url=http://search.cpan.org/dist/JSON-XS/;
 license=(GPL)



[arch-commits] Commit in perl-json-xs/trunk (PKGBUILD)

2013-01-25 Thread Sergej Pupykin
Date: Friday, January 25, 2013 @ 10:55:58
  Author: spupykin
Revision: 82881

upgpkg: perl-json-xs 2.33-1

upd

Modified:
  perl-json-xs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 09:55:54 UTC (rev 82880)
+++ PKGBUILD2013-01-25 09:55:58 UTC (rev 82881)
@@ -3,8 +3,8 @@
 # Contributor: Tor Krill t...@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 @@
 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