diff options
Diffstat (limited to 'community/jansson/PKGBUILD')
-rw-r--r-- | community/jansson/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index 975b3d6d5..00981bb6f 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55139 2011-09-04 02:28:01Z kkeen $ +# $Id: PKGBUILD 56380 2011-10-07 02:59:03Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Dave Reisner <d@falconindy.com> pkgname=jansson -pkgver=2.2 +pkgver=2.2.1 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url='http://www.digip.org/jansson/' license=('MIT') options=('!libtool') source=("$url/releases/$pkgname-$pkgver.tar.bz2") -md5sums=('0e91c6867f49dbc3ef0bbf21d26812ee') +md5sums=('074373f2d101c52d70659be86647e7a1') build() { cd "$srcdir/$pkgname-$pkgver" |