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

Jan Steffens heftig at gemini.archlinux.org
Tue Dec 21 16:16:16 UTC 2021


    Date: Tuesday, December 21, 2021 @ 16:16:16
  Author: heftig
Revision: 432876

3.24.31-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 15:46:47 UTC (rev 432875)
+++ PKGBUILD	2021-12-21 16:16:16 UTC (rev 432876)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk3-docs gtk3-demos)
-pkgver=3.24.30+90+g20be04f7ac
+pkgver=3.24.31
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -18,7 +18,7 @@
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson
              wayland-protocols)
 license=(LGPL)
-_commit=20be04f7ac4a2081ce34768397873b7551e17c69  # gtk-3-24
+_commit=ab45bde94c7bbd140b12fa0dd6203f7b98d1a715  # tags/3.24.31^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
         gtk-query-immodules-3.0.hook)
 sha256sums=('SKIP'
@@ -26,7 +26,7 @@
 
 pkgver() {
   cd gtk
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list