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

Jan Steffens heftig at archlinux.org
Fri Sep 13 10:07:10 UTC 2019


    Date: Friday, September 13, 2019 @ 10:07:10
  Author: heftig
Revision: 362487

3.34.0-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 10:04:55 UTC (rev 362486)
+++ PKGBUILD	2019-09-13 10:07:10 UTC (rev 362487)
@@ -3,7 +3,7 @@
 # Contributor: Giulio Bai <giulio at hewle.com>
 
 pkgname=accerciser
-pkgver=3.32.3
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=e588021cd2c07a8cdb46aea5929008f670a329dd  # tags/3.32.3^0
+_commit=bc38f1ce19dd1543dbdb4955c1182d8829ebee80  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,7 +23,7 @@
 
 prepare() {
   cd $pkgname
-  autoreconf -fi
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {



More information about the arch-commits mailing list