[arch-commits] Commit in json-c/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jun 21 18:36:32 UTC 2016


    Date: Tuesday, June 21, 2016 @ 18:36:32
  Author: bpiotrowski
Revision: 270430

upgpkg: json-c 0.12.1-1

new upstream release

Modified:
  json-c/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-21 18:24:18 UTC (rev 270429)
+++ PKGBUILD	2016-06-21 18:36:32 UTC (rev 270430)
@@ -4,15 +4,15 @@
 # Contributor: congyiwu <congyiwu AT gmail DOT com>
 
 pkgname=json-c
-pkgver=0.12
-pkgrel=2
-pkgdesc="A JSON implementation in C"
-url="https://github.com/json-c/json-c/wiki"
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='A JSON implementation in C'
+url='https://github.com/json-c/json-c/wiki'
 license=(MIT)
-arch=(i686 x86_64)
-depends=(glibc)
+arch=('i686' 'x86_64')
+depends=('glibc')
 source=(https://s3.amazonaws.com/${pkgname}_releases/releases/$pkgname-${pkgver}.tar.gz)
-sha256sums=('000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f')
+sha256sums=('2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list