summaryrefslogtreecommitdiff
path: root/community/yajl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/yajl/PKGBUILD')
-rw-r--r--community/yajl/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/yajl/PKGBUILD b/community/yajl/PKGBUILD
index 425947720..829ffb7fa 100644
--- a/community/yajl/PKGBUILD
+++ b/community/yajl/PKGBUILD
@@ -4,24 +4,20 @@
# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
pkgname=yajl
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Yet Another JSON Library.'
arch=('i686' 'x86_64')
url='http://lloyd.github.com/yajl/'
license=('ISC')
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver"
- "handle-null-case.patch")
-md5sums=('ff3bb8531d1f3c48441a57220919c8e7'
- 'dd6ad7386f6d19f1d68357d8a2d48f3e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver")
+md5sums=('df6a751e7797b9c2182efd91b5d64017')
build() {
dirname=$(tar tf "$srcdir/$pkgname-$pkgver.tar.gz" | sed 1q);
cd "$dirname"
- patch -Np1 < "$srcdir/handle-null-case.patch"
-
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make