[arch-commits] Commit in jansson/trunk (PKGBUILD)
Kyle Keen
kkeen at nymeria.archlinux.org
Wed Apr 16 05:20:10 UTC 2014
Date: Wednesday, April 16, 2014 @ 07:20:10
Author: kkeen
Revision: 109561
upgpkg: jansson 2.6-1
Modified:
jansson/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-04-16 02:46:28 UTC (rev 109560)
+++ PKGBUILD 2014-04-16 05:20:10 UTC (rev 109561)
@@ -3,8 +3,8 @@
# Contributor: Dave Reisner <d at 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 @@
license=('MIT')
options=('staticlibs')
source=("http://www.digip.org/$pkgname/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('ab239be8c08871c8463b27cf7610947c')
+md5sums=('c70a52488db623a26f7213c7c6b7c878')
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list