summaryrefslogtreecommitdiff
path: root/community/perl-json-xs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/perl-json-xs/PKGBUILD')
-rw-r--r--community/perl-json-xs/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD
index 40e637e1f..fb628567f 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 100056 2013-10-31 21:46:48Z spupykin $
+# $Id: PKGBUILD 100497 2013-11-05 10:05:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
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')
build() {
cd $srcdir/JSON-XS-$pkgver
-# eval `perl -V:archname`
perl Makefile.PL INSTALLDIRS=vendor
make
}