[arch-commits] Commit in gjs/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Dec 5 22:45:47 UTC 2017
Date: Tuesday, December 5, 2017 @ 22:45:46
Author: jgc
Revision: 311666
upgpkg: gjs 1.50.2+8+gb65c785-1
Update to git snapshot, revert commit breaking the testsuite.
Modified:
gjs/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 21:51:31 UTC (rev 311665)
+++ PKGBUILD 2017-12-05 22:45:46 UTC (rev 311666)
@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=gjs
-pkgver=1.50.2
+pkgver=1.50.2+8+gb65c785
pkgrel=1
pkgdesc="Javascript Bindings for GNOME"
url="https://wiki.gnome.org/Projects/Gjs"
@@ -11,7 +11,7 @@
depends=(cairo gobject-introspection-runtime js52 gtk3)
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
checkdepends=(valgrind)
-_commit=9a97b89ac410091466961d8430ff4da399b83bbe # tags/1.50.2^0
+_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a # gnome-3-26
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
sha256sums=('SKIP')
@@ -22,6 +22,7 @@
prepare() {
cd $pkgname
+ git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
NOCONFIGURE=1 ./autogen.sh
}
@@ -34,7 +35,7 @@
check() {
cd $pkgname
- make check
+ make -j1 check
}
package() {
More information about the arch-commits
mailing list