Date: Friday, November 20, 2015 @ 19:53:18 Author: bgyorgy Revision: 147238
upgpkg: cjs 2.8.0-1 Update to new version Modified: cjs/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-20 18:43:58 UTC (rev 147237) +++ PKGBUILD 2015-11-20 18:53:18 UTC (rev 147238) @@ -3,16 +3,17 @@ # Contributor: Ionut Biru <[email protected]> pkgname=cjs -pkgver=2.6.2 +pkgver=2.8.0 pkgrel=1 pkgdesc="Javascript Bindings for Cinnamon" arch=(i686 x86_64) url="https://github.com/linuxmint/cjs" license=(GPL) -depends=(cairo gobject-introspection-runtime js dbus-glib) +depends=(gtk3 gobject-introspection-runtime js dbus-glib) makedepends=(gnome-common python2 gobject-introspection) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz") -sha256sums=('742e5a98281c3aff3127113352e920151468fd3c55214aa9c9ed09704efa70a0') +options=(!emptydirs) +sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73') build() { cd $pkgname-$pkgver
