Date: Tuesday, October 26, 2010 @ 12:15:48 Author: ibiru Revision: 97118
upgpkg: gjs 0.7.4-1 update to 0.7.4 Modified: gjs/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-26 14:12:03 UTC (rev 97117) +++ PKGBUILD 2010-10-26 16:15:48 UTC (rev 97118) @@ -1,19 +1,20 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> pkgname=gjs -pkgver=0.7.2 +pkgver=0.7.4 pkgrel=1 pkgdesc="Javascript Bindings for GNOME" arch=('i686' 'x86_64') url="http://live.gnome.org/Gjs" license=('GPL') -depends=('gobject-introspection>=0.9.8' 'xulrunner>=1.9.2') +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=('f10d87930b2f47f8728d8760f9bc2f1f2eb4519b04877496583aa3cc579c3126') +sha256sums=('ff38b380c64a463c98a65bee4612c8a08f8939ce09c2645c4f727c4a2b8b743b') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|python|python2|' scripts/make-tests ./configure --prefix=/usr --disable-static make make DESTDIR="${pkgdir}" install
