[arch-commits] Commit in gjs/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Dec 10 03:55:38 UTC 2017


    Date: Sunday, December 10, 2017 @ 03:55:37
  Author: heftig
Revision: 312029

1.50.2-1: Revert; Shell has numerous usability issues (e.g. broken DnD)

Modified:
  gjs/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 03:52:37 UTC (rev 312028)
+++ PKGBUILD	2017-12-10 03:55:37 UTC (rev 312029)
@@ -2,8 +2,9 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 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)
@@ -11,7 +12,7 @@
 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')
 
@@ -22,7 +23,6 @@
 
 prepare() {
   cd $pkgname
-  git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list