summaryrefslogtreecommitdiff
path: root/community/jansson
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-30 12:51:06 +0100
commite8a18157bce8e0b0cbde5bd52aaf5ae0940297d3 (patch)
tree89fc1343a6302c7ee5d72774fde0f5b67d0b1927 /community/jansson
parent6d4537b67f90b1decadcf8434e1a5bdcb6694f7f (diff)
parent39711f3264d3b9de2ff6392649274d6333932457 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD extra/gtk2/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeplasma-addons/PKGBUILD staging/digikam/PKGBUILD testing/curl/PKGBUILD
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 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"