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

Jan Steffens heftig at archlinux.org
Sat Apr 7 23:22:10 UTC 2018


    Date: Saturday, April 7, 2018 @ 23:22:09
  Author: heftig
Revision: 321310

0.9.12-1

Modified:
  mm-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 18:14:29 UTC (rev 321309)
+++ PKGBUILD	2018-04-07 23:22:09 UTC (rev 321310)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=mm-common
-pkgver=0.9.11
+pkgver=0.9.12
 pkgrel=1
 pkgdesc="Common build files of the C++ bindings"
 url="http://www.gtkmm.org/"
@@ -10,7 +10,7 @@
 depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
 makedepends=(libsigc++ git)
 license=(GPL2)
-_commit=85476c318c5c51958c92660de3cf7feea9ac3fd8  # tags/0.9.11^0
+_commit=9879643187642c20a59be650de00b441653d389c  # master
 source=("git+https://git.gnome.org/browse/mm-common#commit=$_commit"
         https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
 sha256sums=('SKIP'
@@ -23,6 +23,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 0.9.12 9879643187642c20a59be650de00b441653d389c
   cp ../libstdc++.tag doctags
   NOCONFIGURE=1 ./autogen.sh
 }



More information about the arch-commits mailing list