From 6dee0a203a8290427ca77705bc1cae90381529b2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Sep 2011 23:14:34 +0000 Subject: Sun Sep 4 23:14:34 UTC 2011 --- community/jansson/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/jansson') diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD index 0d4060211..975b3d6d5 100644 --- a/community/jansson/PKGBUILD +++ b/community/jansson/PKGBUILD @@ -1,8 +1,9 @@ +# $Id: PKGBUILD 55139 2011-09-04 02:28:01Z kkeen $ # Maintainer: Kyle Keen # Contributor: Dave Reisner pkgname=jansson -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc='C library for encoding, decoding and manipulating JSON data' arch=('i686' 'x86_64') @@ -10,7 +11,7 @@ url='http://www.digip.org/jansson/' license=('MIT') options=('!libtool') source=("$url/releases/$pkgname-$pkgver.tar.bz2") -md5sums=('a7830e5b104fe6d95643516a625436f9') +md5sums=('0e91c6867f49dbc3ef0bbf21d26812ee') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf