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

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 22 01:44:15 UTC 2022


    Date: Tuesday, March 22, 2022 @ 01:44:15
  Author: heftig
Revision: 440504

3.44.0-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 01:36:47 UTC (rev 440503)
+++ PKGBUILD	2022-03-22 01:44:15 UTC (rev 440504)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libdazzle
-pkgver=3.42.0.1
+pkgver=3.44.0
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle"
@@ -12,13 +12,14 @@
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
 provides=(libdazzle-1.0.so)
-_commit=4c2ead5e8e25ee63fbe346c4da1ce63feb25ccc9  # tags/3.42.0.1^0
+options=(debug)
+_commit=03933375700e8c5463ae02a54c31dbc29c6f6804  # tags/3.44.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list