summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMr.Smith19742023-07-14 10:33:28 +0300
committerMr.Smith19742023-07-14 10:33:28 +0300
commit2c25a68d9397c429bd1bf082dd72b9008779f7f9 (patch)
treedadceacd4b463310d38a567f70adcb556cae869a /PKGBUILD
parent28751ddd11293927489d7d69e94589851d6c502a (diff)
downloadaur-qconf-git.tar.gz
Updated build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c533c7d0f71..3b2f8a28262d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyacinthe Cartiaux
pkgname=qconf-git
-pkgver=1.5_20170508
+pkgver=r3.28751dd
pkgrel=1
pkgdesc="Qt5 compatible qconf - Qt configuration tool"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ source=(git+https://github.com/psi-plus/qconf.git)
md5sums=('SKIP')
pkgver() {
- echo 1.5_$(date +"%Y%m%d")
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {