[arch-commits] Commit in json-glib/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Wed Jun 15 15:19:08 UTC 2011
Date: Wednesday, June 15, 2011 @ 11:19:08
Author: ibiru
Revision: 127506
update to 0.12.6
Modified:
json-glib/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-15 15:16:13 UTC (rev 127505)
+++ PKGBUILD 2011-06-15 15:19:08 UTC (rev 127506)
@@ -2,17 +2,17 @@
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=json-glib
-pkgver=0.12.4
+pkgver=0.12.6
pkgrel=1
pkgdesc="JSON library built on GLib"
arch=('i686' 'x86_64')
url="http://live.gnome.org/JsonGlib"
license=('GPL')
-depends=('glib2>=2.26.0')
+depends=('glib2')
makedepends=('gobject-introspection')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('462cd611016ae189d5e3f258dc7741e6a2e8267404b4e3806aaf346d50f1df7e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4f670fc356e7a30121ade956e93236986952bb2601d6678e94eab7d87c8866ce')
build(){
cd ${srcdir}/${pkgname}-${pkgver}
More information about the arch-commits
mailing list