Date: Friday, March 22, 2019 @ 22:13:27 Author: heftig Revision: 348887
3.32.0-1 Modified: accerciser/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-22 19:45:03 UTC (rev 348886) +++ PKGBUILD 2019-03-22 22:13:27 UTC (rev 348887) @@ -3,16 +3,16 @@ # Contributor: Giulio Bai <[email protected]> pkgname=accerciser -pkgver=3.22.0 -pkgrel=3 +pkgver=3.32.0 +pkgrel=1 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop" arch=(any) url="https://wiki.gnome.org/Apps/Accerciser" license=(BSD) depends=(python gtk3 python-atspi ipython libwnck3 python-cairo) -makedepends=(itstool docbook-xsl intltool gnome-common git) +makedepends=(appstream-glib yelp-tools git) groups=(gnome-extra) -_commit=e271fc21ca45edc5c030cd3c0397ff39373ea37e # tags/3.22.0^0 +_commit=ad5635e7bdbffaebbc4279a20373e0af45c35cf1 # tags/3.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit") sha256sums=('SKIP') @@ -23,7 +23,7 @@ prepare() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh + autoreconf -fi } build() {
