Date: Sunday, February 23, 2014 @ 18:34:16 Author: jgc Revision: 206304
upgpkg: json-glib 0.99.2-1 Modified: json-glib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-23 17:27:29 UTC (rev 206303) +++ PKGBUILD 2014-02-23 17:34:16 UTC (rev 206304) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=json-glib -pkgver=0.16.2 +pkgver=0.99.2 pkgrel=1 pkgdesc="JSON library built on GLib" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ license=('GPL') depends=('glib2') makedepends=('gobject-introspection') -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('88254eac2f6f0ac9df3d4bb494d61152212e70829309eb5c586b48ca3aec388b') build(){ cd ${srcdir}/${pkgname}-${pkgver}
