summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Burroughs (Celti)2016-01-08 15:33:43 -0700
committerPatrick Burroughs (Celti)2016-01-08 15:33:43 -0700
commita49798e4c1a535cae5be97eb2280c596b62e952c (patch)
tree4569a5e9a5a14d57eeae6743d3679f1a8cdb94eb
parentaee7a88f32c88c050f6deaa71ca05432e6bed667 (diff)
downloadaur-a49798e4c1a535cae5be97eb2280c596b62e952c.tar.gz
upgpkg: diorite-git 0.2.0.r3.gb24e5fe-1
upstream release Update pkgver()
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5489168c12..31feac7b18fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 22:33:43 UTC 2016
pkgbase = diorite-git
pkgdesc = Utility and widget library based on Glib and GTK3.
- pkgver = 2015.05.06.c9a04c6
+ pkgver = 0.2.0.r3.gb24e5fe
pkgrel = 1
url = https://tiliado.eu/diorite
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 11a86950862d..c53a2e6842fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Keerthan Jaic <jckeerthan at gmail dot com>
pkgname=diorite-git
-pkgver=2015.05.06.c9a04c6
+pkgver=0.2.0.r3.gb24e5fe
pkgrel=1
pkgdesc="Utility and widget library based on Glib and GTK3."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
- git log -1 --format="%cd.%h" --date=short | sed 's:-:.:g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {