[arch-commits] Commit in json-glib/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Apr 12 13:36:07 UTC 2011


    Date: Tuesday, April 12, 2011 @ 09:36:07
  Author: heftig
Revision: 119567

upgpkg: json-glib 0.12.4-1
Update to 0.12.4

Modified:
  json-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-12 10:30:27 UTC (rev 119566)
+++ PKGBUILD	2011-04-12 13:36:07 UTC (rev 119567)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=json-glib
-pkgver=0.12.2
+pkgver=0.12.4
 pkgrel=1
 pkgdesc="JSON library built on GLib"
 arch=('i686' 'x86_64')
@@ -10,13 +10,17 @@
 license=('GPL')
 depends=('glib2>=2.26.0')
 makedepends=('gobject-introspection')
+options=('!libtool')
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('89fa9b870dfe2d8b7b00210be76cdbb2d46a8d2cc77ca7cbe5d081bdf8cad780')
-options=('!libtool')
+sha256sums=('462cd611016ae189d5e3f258dc7741e6a2e8267404b4e3806aaf346d50f1df7e')
 
 build(){
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list