From 040215f1ca1d14472525c2562bc33e84f9728d4a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Jul 2011 23:12:10 +0000 Subject: Mon Jul 18 23:12:10 UTC 2011 --- community/jansson/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/jansson') diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index f93779824..0d4060211 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Dave Reisner pkgname=jansson -pkgver=2.0.1 -pkgrel=2 +pkgver=2.1 +pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') url='http://www.digip.org/jansson/' license=('MIT') options=('!libtool') source=("$url/releases/$pkgname-$pkgver.tar.bz2") -md5sums=('1fcf45810adcb36eb77eea636091a61e') +md5sums=('a7830e5b104fe6d95643516a625436f9') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf