summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ef598503159..243238d1b18e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nanda Okitavera <codeharuka.yusa@gmail.com>
pkgname=clearine-git
-pkgver=0.7.r2.g35e1a78
-pkgrel=1
+pkgver=0.7
+pkgrel=3
pkgdesc="Beautiful Logout UI for X11 window manager"
arch=('any')
url="https://github.com/okitavera/clearine"
@@ -14,7 +14,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --abbrev=0
}
package() {