summaryrefslogtreecommitdiff
path: root/community/jansson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/jansson/PKGBUILD')
-rw-r--r--community/jansson/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <d@falconindy.com>
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"