summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-06-01 09:35:12 +0200
committerhaawda2019-06-01 09:35:12 +0200
commita6734dd9961e9d3d893bb02fe56a29827b30ca44 (patch)
treebd55e211919e2503fdee094a7a192604d1cdaaa1 /PKGBUILD
parenta06e97f97e97772feb70051d627adb7de7e112e3 (diff)
downloadaur-a6734dd9961e9d3d893bb02fe56a29827b30ca44.tar.gz
adjust pkgver function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b69bf9f9c622..37091ff20d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mm-common-git
-pkgver=0.9.11
+pkgver=0.9.12.r7.gcca2cf9
pkgrel=1
pkgdesc="The build infrastructure and utilities shared among the GNOME C++ binding libraries"
arch=('any')
@@ -16,7 +16,7 @@ _gitname="mm-common"
pkgver() {
cd $srcdir/$_gitname
- git describe --always | sed 's|-|.|g'
+ git describe --always | sed 's|-|.r|'|tr - .
}
build() {