summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-04-29 05:15:57 +0200
committerhaawda2019-04-29 05:15:57 +0200
commit244d03b05ca6d7dce03c86653b8f5bcf00594c61 (patch)
tree3406e7ca2010494df46be5e283e161c4e720da51
parente75d82659199df85d9ab1ea43b6a81ad69a8b451 (diff)
downloadaur-244d03b05ca6d7dce03c86653b8f5bcf00594c61.tar.gz
minor fix in pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37c4bb2e2ddc..f01eb1451cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texinfo-git
pkgdesc = GNU documentation system for on-line information and printed output
- pkgver = 6.6r11.g2ae3ae3e5a
+ pkgver = 6.6.r207.gad0a09c23a
pkgrel = 1
url = http://www.gnu.org/software/texinfo/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 20aa6ce8c482..a43a7947794f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=texinfo-git
-pkgver=6.6r11.g2ae3ae3e5a
+pkgver=6.6.r207.gad0a09c23a
pkgrel=1
pkgdesc="GNU documentation system for on-line information and printed output"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ options=('libtool')
pkgver() {
cd $pkgname
- git describe --tags | cut -c9- | sed 's+-+r+'|tr - .
+ git describe --tags | cut -c9- | sed 's+-+.r+'|tr - .
}
build() {