summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSmooz2018-11-15 16:26:28 +0100
committerSmooz2018-11-15 16:26:28 +0100
commit51742cb77036f85cf785635b634c8ac79dc31550 (patch)
treed670182b0387b42c2e279bb3314fd8b5ad7d9f99 /PKGBUILD
parent7b5862d1a1d3d1d265d8554ebed1a65f6aafb60e (diff)
downloadaur-51742cb77036f85cf785635b634c8ac79dc31550.tar.gz
pkgver: use tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc5e182ebafd..5e4bdaa1281e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: smooz <https://github.com/smo0z>
-# Contributor: dunon <https://gitlab.gnome.org/dunon>
+# Maintainer: smooz
+# Contributor: Dunon <josep.oliver@tutanota.com>
pkgname=grevis-git
-pkgver=r25.8444fec
+pkgver=0.1.0.r5.faed6aa
pkgrel=1
pkgdesc='A simple game launcher'
arch=('any')
@@ -15,7 +15,7 @@ md5sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --tags | sed 's/-/.r/; s/-g/./'
}
package() {