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

Jan Steffens heftig at gemini.archlinux.org
Mon May 2 17:35:06 UTC 2022


    Date: Monday, May 2, 2022 @ 17:35:06
  Author: heftig
Revision: 444419

2.66.3-1

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 17:24:34 UTC (rev 444418)
+++ PKGBUILD	2022-05-02 17:35:06 UTC (rev 444419)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=(glibmm glibmm-docs)
-pkgver=2.66.2
+pkgver=2.66.3
 pkgrel=1
 pkgdesc="C++ bindings for GLib"
 url="https://www.gtkmm.org/"
@@ -13,14 +13,14 @@
 depends=(glib2 libsigc++)
 makedepends=(git meson mm-common perl-xml-parser clang)
 checkdepends=(glib-networking)
-options=(!emptydirs)
-_commit=7d6cb3ed9dd1366c6595ea56d4d4481887749aa6  # tags/2.66.2^0
+options=(!emptydirs debug)
+_commit=ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df  # tags/2.66.3^0
 source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd glibmm
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list