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

Jan Steffens heftig at gemini.archlinux.org
Sat Jul 30 14:26:24 UTC 2022


    Date: Saturday, July 30, 2022 @ 14:26:23
  Author: heftig
Revision: 451763

3.40.0-1

Modified:
  accerciser/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-30 14:24:38 UTC (rev 451762)
+++ PKGBUILD	2022-07-30 14:26:23 UTC (rev 451763)
@@ -4,8 +4,8 @@
 # Contributor: Giulio Bai <giulio at hewle.com>
 
 pkgname=accerciser
-pkgver=3.38.0
-pkgrel=3
+pkgver=3.40.0
+pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
 url="https://wiki.gnome.org/Apps/Accerciser"
@@ -13,13 +13,13 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=d7f921335d930e0a0aa4d3fb5d1e25bc43b255d5  # tags/3.38.0^0
+_commit=3c7c127830cd8dc0bc69a8f88448d25674df1d80  # tags/3.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list