diff options
Diffstat (limited to 'community/jansson/PKGBUILD')
-rw-r--r-- | community/jansson/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index b93245670..99a53594d 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 99106 2013-10-24 13:00:22Z kkeen $ +# $Id: PKGBUILD 109562 2014-04-16 05:20:43Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jansson -pkgver=2.5 -pkgrel=2 +pkgver=2.6 +pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') url='http://www.digip.org/jansson/' @@ -12,7 +12,7 @@ depends=('glibc') license=('MIT') options=('staticlibs') source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2") -md5sums=('ab239be8c08871c8463b27cf7610947c') +md5sums=('c70a52488db623a26f7213c7c6b7c878') build() { cd "$srcdir/$pkgname-$pkgver" |