Date: Friday, November 10, 2017 @ 19:24:34 Author: arojas Revision: 266171
Update to 3.6.1 Modified: cjs/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-10 19:22:22 UTC (rev 266170) +++ PKGBUILD 2017-11-10 19:24:34 UTC (rev 266171) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=cjs -pkgver=3.4.4 +pkgver=3.6.1 pkgrel=1 pkgdesc="Javascript Bindings for Cinnamon" arch=(i686 x86_64) @@ -10,18 +10,11 @@ url="https://github.com/linuxmint/cjs" license=(GPL) depends=(gtk3 gobject-introspection-runtime js38 dbus-glib) -makedepends=(gnome-common python2 gobject-introspection) +makedepends=(gnome-common python gobject-introspection) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz") options=(!emptydirs) -sha512sums=('318a1beef6f6a827266170f0c5c1cfaa8bf48908f96e0ce625aee20ddcd648ea967f09f465ed504f21f923830017d3c4a01f62bab26a1cb84181a96131058d33') +sha512sums=('648997c76acb11885a53a73aa456989784fe5f5a12e0f349bce658c1eb3e3ce2b5c576ace488962c9b012fc85c2c3dd828f61f857cc9da7b60ee5fcdd7d25155') -prepare() { - cd $pkgname-$pkgver - # Python2 fix - sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \ - verbump.py -} - build() { cd $pkgname-$pkgver
