diff options
author | root <root@rshg047.dnsready.net> | 2011-06-16 22:59:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-16 22:59:30 +0000 |
commit | 1fcb176285908c33aca3b0f5cb703ec098e5440c (patch) | |
tree | 45be5519988f1ec96c9bc1a55e2ffcf5f5c62d26 /extra/json-glib/PKGBUILD | |
parent | ebe74a263db3899367e12d936f908cdfdee7ec15 (diff) |
Thu Jun 16 22:59:30 UTC 2011
Diffstat (limited to 'extra/json-glib/PKGBUILD')
-rw-r--r-- | extra/json-glib/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/json-glib/PKGBUILD b/extra/json-glib/PKGBUILD index 444c35cee..e22063f61 100644 --- a/extra/json-glib/PKGBUILD +++ b/extra/json-glib/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 119567 2011-04-12 13:36:07Z heftig $ +# $Id: PKGBUILD 127506 2011-06-15 15:19:08Z ibiru $ # Maintainer: Ionut Biru <ibiru@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} |