get version from config.mk

This commit is contained in:
yusufaktepe 2019-05-08 22:03:05 +03:00
parent 2087ab9c6d
commit 19c95dd96c
No known key found for this signature in database
GPG Key ID: 976029A8BBF9254E

View File

@ -2,8 +2,7 @@
pkgname=st-luke-git
_pkgname=st
_pkgver=0.8.2
pkgver=0.8.2.r1059.51ac1b9
pkgver=0.8.2.r1062.2087ab9
pkgrel=1
epoch=1
pkgdesc="Luke's simple (suckless) terminal with vim-bindings, transparency, xresources, etc. "
@ -22,7 +21,8 @@ conflicts=("${_pkgname}")
pkgver() {
cd "${_pkgname}"
printf "%s.r%s.%s" "${_pkgver}" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "%s.r%s.%s" "$(awk '/^VERSION =/ {print $3}' config.mk)" \
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {