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

Jan Steffens heftig at gemini.archlinux.org
Sat Feb 12 00:47:30 UTC 2022


    Date: Saturday, February 12, 2022 @ 00:47:30
  Author: heftig
Revision: 436981

1.0.4-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 00:40:34 UTC (rev 436980)
+++ PKGBUILD	2022-02-12 00:47:30 UTC (rev 436981)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=mm-common
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
 url="https://www.gtkmm.org/"
@@ -10,15 +10,15 @@
 depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
 makedepends=(libsigc++ git meson)
 license=(GPL2)
-_commit=d2006f9cc7df4746356ec6802a1c71d719015f26  # tags/1.0.3^0
+_commit=1e163f565e907d71cbec98728aaa74ce2241adaf  # tags/1.0.4^0
 source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit"
         https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
 sha256sums=('SKIP'
-            'f6c8c74e8293aefaefb4d25fd154d5f537b3bc80e7ceecaa02c5a01836fc09e6')
+            'ea9631f749d33e927e950e1cc7db98f7270990d131e6f405562f793ad4c72fa9')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list