Date: Saturday, July 4, 2020 @ 19:56:11 Author: heftig Revision: 390846
3.36.2-1 Modified: accerciser/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-04 18:20:20 UTC (rev 390845) +++ PKGBUILD 2020-07-04 19:56:11 UTC (rev 390846) @@ -1,9 +1,10 @@ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Steve Holmes <[email protected]> # Contributor: Giulio Bai <[email protected]> pkgname=accerciser -pkgver=3.36.1 +pkgver=3.36.2 pkgrel=1 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop" arch=(any) @@ -12,7 +13,7 @@ depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib) makedepends=(appstream-glib yelp-tools git) groups=(gnome-extra) -_commit=7d42e86811977039d18295f0e13e56bd3251f675 # tags/3.36.1^0 +_commit=70c51f27afa2c58037b9562cbba61f473a2eb3e2 # tags/3.36.2^0 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit") sha256sums=('SKIP')
