summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {