summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Göhler2015-12-20 11:46:12 +0100
committerMichael Göhler2015-12-20 11:46:12 +0100
commit235b64612a903ddc86c9a4b27f5c47e05ee22a63 (patch)
tree8030b771f04c19cd374d1c01a733e478ba0110e9
parent8c680d53921a37ee513b03a7a210fac9dfa8afda (diff)
downloadaur-235b64612a903ddc86c9a4b27f5c47e05ee22a63.tar.gz
pkgver is not allowed to contain hyphens
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c76703cf34c5..7a8870b825d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mdp-git
_pkgname=mdp
-pkgver=1.0.3
+pkgver=1.0.3.4.g43d2fc7
pkgrel=1
pkgdesc="A command-line based markdown presentation tool."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"
- git describe --tags
+ git describe --tags | sed "s/-/./g"
}
build() {