summaryrefslogtreecommitdiff
path: root/extra/json-glib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/json-glib/PKGBUILD')
-rw-r--r--extra/json-glib/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/json-glib/PKGBUILD b/extra/json-glib/PKGBUILD
index 44f9958a8..4015b9eef 100644
--- a/extra/json-glib/PKGBUILD
+++ b/extra/json-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 210508 2014-04-14 20:07:10Z jgc $
+# $Id: PKGBUILD 214060 2014-06-03 08:26:17Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=json-glib
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
pkgdesc="JSON library built on GLib"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('glib2')
makedepends=('gobject-introspection')
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde')
+sha256sums=('887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a')
build(){
cd ${srcdir}/${pkgname}-${pkgver}