summaryrefslogtreecommitdiff
path: root/community/jansson
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-29 23:15:03 +0000
committerroot <root@rshg054.dnsready.net>2012-01-29 23:15:03 +0000
commit39711f3264d3b9de2ff6392649274d6333932457 (patch)
treede0577b44ca853064f52a0df25ee9f22efd756bc /community/jansson
parent738e6c6d93b4c7118e49b38c610abed8b7f7d55a (diff)
Sun Jan 29 23:15:02 UTC 2012
Diffstat (limited to 'community/jansson')
-rw-r--r--community/jansson/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index 00981bb6f..483de0ef1 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')
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"