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

Ionut Biru ibiru at archlinux.org
Mon Nov 15 19:07:36 UTC 2010


    Date: Monday, November 15, 2010 @ 14:07:36
  Author: ibiru
Revision: 99594

upgpkg: gjs 0.7.7-1
update to 0.7.7

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-15 18:54:50 UTC (rev 99593)
+++ PKGBUILD	2010-11-15 19:07:36 UTC (rev 99594)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=gjs
-pkgver=0.7.4
+pkgver=0.7.7
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@
 depends=('gobject-introspection>=0.9.12' 'xulrunner>=1.9.2')
 options=('!libtool')
 source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ff38b380c64a463c98a65bee4612c8a08f8939ce09c2645c4f727c4a2b8b743b')
+sha256sums=('30fd38a589dc5520604718b416564f4db4f23c5821c46beaced35e4af0bf4318')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|python|python2|' scripts/make-tests
   ./configure --prefix=/usr --disable-static
   make
-  make DESTDIR="${pkgdir}" install
+  make -j1 DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list