summaryrefslogtreecommitdiff
path: root/extra/gjs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gjs/PKGBUILD')
-rw-r--r--extra/gjs/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD
index 761b94553..c262561c3 100644
--- a/extra/gjs/PKGBUILD
+++ b/extra/gjs/PKGBUILD
@@ -1,24 +1,20 @@
-# $Id: PKGBUILD 130216 2011-07-04 12:55:31Z ibiru $
+# $Id: PKGBUILD 139275 2011-10-01 18:57:14Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gjs
-pkgver=0.7.14
-pkgrel=2
+pkgver=1.30.0
+pkgrel=1
pkgdesc="Javascript Bindings for GNOME"
arch=('i686' 'x86_64' 'mips64el')
url="http://live.gnome.org/Gjs"
license=('GPL')
depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
options=('!libtool')
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2
- gjs-0.7.14-js185-backport.patch)
-sha256sums=('3af6f449a505c419d4a0e5938737da8d1b9b09b33710cc1ac1edee2eaa86e348'
- 'b1fd3b8aa5978c5b60bfe39ce4298e67b9baa190d9cbf1a0ebe47af356197335')
+source=(http://download.gnome.org/sources/${pkgname}/1.30/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ffe01980dd183abd96b2cc861d2e86ef12751d0a1af86daa4c491b82c74ac7b9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's|python|python2|' scripts/make-tests
- patch -Np1 -i "${srcdir}/gjs-0.7.14-js185-backport.patch"
- autoreconf -fi
./configure --prefix=/usr --disable-static
make
}