diff options
Diffstat (limited to 'extra/gjs/PKGBUILD')
-rw-r--r-- | extra/gjs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD index e9f93624e..75a753083 100644 --- a/extra/gjs/PKGBUILD +++ b/extra/gjs/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 197990 2013-10-30 12:07:37Z allan $ +# $Id: PKGBUILD 210443 2014-04-14 20:06:17Z jgc $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gjs -pkgver=1.38.1 +pkgver=1.40.0 pkgrel=1 pkgdesc="Javascript Bindings for GNOME" arch=(i686 x86_64) url="http://live.gnome.org/Gjs" license=(GPL) depends=(cairo gobject-introspection 'js>=17.0.0') -source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('6b2065a0e7bd1db562a70c5fd52ea2499097f1cf02c9c279d1b82b660bfb8176') +source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('545fd7da8ee90ccd25d15c3eb8f1e59a1e04366237af6468613816fac840c8f9') build() { cd $pkgname-$pkgver |