[arch-commits] Commit in json-glib/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Sep 6 20:52:06 UTC 2012
Date: Thursday, September 6, 2012 @ 16:52:06
Author: jgc
Revision: 166349
upgpkg: json-glib 0.15.2-1
Update to 0.15.2, add check function
Modified:
json-glib/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-09-06 20:40:12 UTC (rev 166348)
+++ PKGBUILD 2012-09-06 20:52:06 UTC (rev 166349)
@@ -2,7 +2,7 @@
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=json-glib
-pkgver=0.14.2
+pkgver=0.15.2
pkgrel=1
pkgdesc="JSON library built on GLib"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
depends=('glib2')
makedepends=('gobject-introspection')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.14/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b816a5fa3e5664b08679a6972a6e5693d6cc1990ff4a6f94c07554db96be94a7')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.15/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f090cd94acc85989e033d72028fa70863d05092ae5bba6b454e70c132b24cdde')
build(){
cd ${srcdir}/${pkgname}-${pkgver}
@@ -24,3 +24,8 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
+
+check(){
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make check
+}
More information about the arch-commits
mailing list