summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-03-29 20:05:21 +0100
committerhaawda2019-03-29 20:05:21 +0100
commitdec817125fe57cceda5f46d83b84dd1f6fcbcd5a (patch)
treedb62af0617ea081d1946608a79f1ae8318439a33
parent546a311d2a6b8353372507ca562c0bf032e49a18 (diff)
downloadaur-dec817125fe57cceda5f46d83b84dd1f6fcbcd5a.tar.gz
fix pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e517ef2adaa6..2aad6f35eaed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tikzit-git
pkgdesc = Creation and modification of TeX diagrams written using the pgf/TikZ macro library - rewrite in QT and C++
- pkgver = 2.1.1.8.g0efa4c0
+ pkgver = 2.1.4r2.g6c5d96d
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://tikzit.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 785100518b07..7c71b3fe8cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit-git
-epoch=1
-pkgver=2.1.1.8.g0efa4c0
+epoch=2
+pkgver=2.1.4r2.g6c5d96d
pkgrel=1
pkgdesc="Creation and modification of TeX diagrams written using the pgf/TikZ macro library - rewrite in QT and C++"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ options=('!makeflags')
pkgver() {
cd ${pkgname%-git}
- printf "%s" "$(git describe --tags | cut -c2- |tr - .)"
+ printf "%s" "$(git describe --tags | cut -c2- | sed 's+-+r+' | tr - .)"
}
build() {