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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 13:14:06 UTC 2022


    Date: Saturday, April 2, 2022 @ 13:14:05
  Author: heftig
Revision: 441239

3.42.0-1

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 12:17:23 UTC (rev 441238)
+++ PKGBUILD	2022-04-02 13:14:05 UTC (rev 441239)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=zenity
-pkgver=3.41.0
+pkgver=3.42.0
 pkgrel=1
 pkgdesc="Display graphical dialog boxes from shell scripts"
 url="https://gitlab.gnome.org/GNOME/zenity"
@@ -10,13 +10,14 @@
 license=(LGPL)
 depends=(webkit2gtk libnotify)
 makedepends=(yelp-tools meson git)
-_commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c  # tags/3.41.0^0
+options=(debug)
+_commit=383c8c13899f2e6beb5d71c43d7a181d67008c9f  # tags/3.42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd zenity
-  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list