summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2018-07-11 15:21:45 -0400
committerJean Lucas2018-07-11 15:21:45 -0400
commitf143991ac8a53c26a54ce872566723810259a368 (patch)
treeca6fcbec91e0cb63c0b70f99c67007cf59879c52
parent758f7eef51690ce122493f406e08d5d80c94bd60 (diff)
downloadaur-f143991ac8a53c26a54ce872566723810259a368.tar.gz
pkgver changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c12342fa4e..18cb1ef009c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 11 19:14:03 UTC 2018
+# Wed Jul 11 19:20:59 UTC 2018
pkgbase = tootle-git
pkgdesc = GTK+ 3 client for Mastodon
- pkgver = 0.1.5
+ pkgver = 0.1.5+11+g56a7016
pkgrel = 1
url = https://github.com/bleakgrey/tootle
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5de79fd3a3b8..f03a822fd7d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=tootle-git
-pkgver=0.1.5
+pkgver=0.1.5+11+g56a7016
pkgrel=1
pkgdesc='GTK+ 3 client for Mastodon'
arch=(any)
@@ -23,6 +23,11 @@ options=(!libtool)
source=(git+$url)
sha512sums=(SKIP)
+pkgver() {
+ cd tootle
+ git describe --tags | sed 's/v//;s/-/+/g'
+}
+
build() {
cd tootle
arch-meson build