extra/gjs to 1.50.2-1

This commit is contained in:
Kevin Mihelich 2017-12-10 04:45:23 +00:00
parent c7891bb1a3
commit 0a87447b88

View file

@ -5,8 +5,9 @@
# - configure with --enable-compile-warnings=no
pkgname=gjs
pkgver=1.50.2+8+gb65c785
pkgver=1.50.2
pkgrel=1
epoch=1
pkgdesc="Javascript Bindings for GNOME"
url="https://wiki.gnome.org/Projects/Gjs"
arch=(x86_64)
@ -14,7 +15,7 @@ license=(GPL)
depends=(cairo gobject-introspection-runtime js52 gtk3)
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
checkdepends=(valgrind)
_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a # gnome-3-26
_commit=9a97b89ac410091466961d8430ff4da399b83bbe # tags/1.50.2^0
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
sha256sums=('SKIP')
@ -25,7 +26,6 @@ pkgver() {
prepare() {
cd $pkgname
git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
NOCONFIGURE=1 ./autogen.sh
}