summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNanda Oktavera2019-12-08 13:17:16 +0900
committerNanda Oktavera2019-12-08 13:17:43 +0900
commitec813150065e6ce9957bd7fe94aec60844823243 (patch)
treedefbc70a38e7297db8849f3576a46cd027f0bbec /PKGBUILD
parent049337a066f187f588c31070d6faefbee2b0462c (diff)
downloadaur-clearine-git.tar.gz
simplify versioning
Signed-off-by: Nanda Oktavera <codeharuka.yusa@gmail.com>
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() {