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

Jan Steffens heftig at gemini.archlinux.org
Mon May 2 17:42:05 UTC 2022


    Date: Monday, May 2, 2022 @ 17:42:05
  Author: heftig
Revision: 444420

3.24.6-1

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 17:35:06 UTC (rev 444419)
+++ PKGBUILD	2022-05-02 17:42:05 UTC (rev 444420)
@@ -3,8 +3,8 @@
 
 pkgbase=gtkmm3
 pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.24.5
-pkgrel=2
+pkgver=3.24.6
+pkgrel=1
 pkgdesc="C++ bindings for GTK+ 3"
 url="https://www.gtkmm.org/"
 arch=(x86_64)
@@ -13,14 +13,14 @@
 makedepends=(git meson mm-common glibmm-docs cairomm-docs pangomm-docs
              atkmm-docs)
 checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=46ba619fae503e361d088991f5eb8cf0b2c343fc  # tags/3.24.5^0
+options=(!emptydirs debug)
+_commit=dfb6429af77c8dbc89e88a98268e719e78316a9a  # tags/3.24.6^0
 source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd gtkmm
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list