summaryrefslogtreecommitdiffstats
path: root/st/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'st/PKGBUILD')
-rw-r--r--st/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/st/PKGBUILD b/st/PKGBUILD
index c1a912b..021f66a 100644
--- a/st/PKGBUILD
+++ b/st/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=st
pkgname=$_pkgname-jxir
-pkgver=0.8.1.28.g49a9d90
+pkgver=0.8.2.r21.g7cf337c
pkgrel=1
pkgdesc='A simple virtual terminal emulator for X'
arch=('x86_64')
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
pkgver(){
cd "$_pkgname"
- git describe --tags | sed 's/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {