[arch-commits] Commit in gjs/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Sep 30 19:24:24 UTC 2010
Date: Thursday, September 30, 2010 @ 15:24:23
Author: ibiru
Revision: 92759
upgpkg: gjs 0.7.2-1
update to 0.7.2
Modified:
gjs/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-09-30 17:30:51 UTC (rev 92758)
+++ PKGBUILD 2010-09-30 19:24:23 UTC (rev 92759)
@@ -1,20 +1,20 @@
# $Id$
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=gjs
-pkgver=0.6
+pkgver=0.7.2
pkgrel=1
pkgdesc="Javascript Bindings for GNOME"
arch=('i686' 'x86_64')
url="http://live.gnome.org/Gjs"
license=('GPL')
-depends=('gobject-introspection>=0.6.9' 'xulrunner>=1.9.2')
+depends=('gobject-introspection>=0.9.8' 'xulrunner>=1.9.2')
options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5c5a54bbb819bfaea1e0e76f0508467e8d5690360ab550e1284951d905a56e5d')
+source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f10d87930b2f47f8728d8760f9bc2f1f2eb4519b04877496583aa3cc579c3126')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --disable-static || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list