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 8824c107f3d6..c3a1bde5668f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tewisay-git
pkgdesc = Cowsay replacement with unicode and partial ansi escape support.
- pkgver = 0.66.caa5b01
+ pkgver = r66.caa5b01
pkgrel = 2
url = https://github.com/raymond-w-ko/tewisay
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7b8b56ad2053..89dcc52b6420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tewisay-git
_gitname='tewisay'
-pkgver=0.66.caa5b01
+pkgver=r66.caa5b01
pkgrel=2
pkgdesc='Cowsay replacement with unicode and partial ansi escape support.'
url='https://github.com/raymond-w-ko/tewisay'
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_gitname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {