summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8a7c11ad1d..8817c4b3b6c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon May 8 09:41:39 UTC 2017
pkgbase = qconf-git
pkgdesc = Qt5 compatible qconf - Qt configuration tool
- pkgver = 1.5_20170508
+ pkgver = r3.28751dd
pkgrel = 1
url = https://github.com/psi-plus/qconf
arch = i686
@@ -16,4 +14,3 @@ pkgbase = qconf-git
md5sums = SKIP
pkgname = qconf-git
-
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() {