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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:31:27 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:31:27
  Author: heftig
Revision: 441365

42.1-2: debug on

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 23:30:33 UTC (rev 441364)
+++ PKGBUILD	2022-04-02 23:31:27 UTC (rev 441365)
@@ -3,7 +3,7 @@
 
 pkgname=yelp
 pkgver=42.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Get help with GNOME"
 url="https://wiki.gnome.org/Apps/Yelp"
 license=(GPL)
@@ -11,6 +11,7 @@
 depends=(webkit2gtk-4.1 yelp-xsl libxslt xz bzip2 libhandy)
 makedepends=(itstool autoconf-archive git appstream-glib)
 groups=(gnome)
+options=(debug)
 _commit=d16114cb46e4de07e6d1c0511ef8d6e1921e023e  # tags/42.1^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit"
         no-gtk-doc.diff)
@@ -19,7 +20,7 @@
 
 pkgver() {
   cd yelp
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list