summaryrefslogtreecommitdiff
path: root/community/jansson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jansson/PKGBUILD')
-rw-r--r--community/jansson/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index 583354aa6..66a4a4910 100644
--- a/community/jansson/PKGBUILD
+++ b/community/jansson/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 56380 2011-10-07 02:59:03Z kkeen $
+# $Id: PKGBUILD 62893 2012-01-28 22:13:43Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=jansson
-pkgver=2.2.1
+pkgver=2.3
pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.digip.org/jansson/'
+depends=('glibc')
license=('MIT')
options=('!libtool')
source=("$url/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('074373f2d101c52d70659be86647e7a1')
+md5sums=('9f322b4b43b1b4f38473c52b49dabf99')
build() {
cd "$srcdir/$pkgname-$pkgver"