summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3567b976b57e..be9e0bb637dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.5.r8.g5ca0a2e
+ pkgver = 2.1.6
pkgrel = 1
epoch = 3
url = https://tikzit.github.io/
@@ -13,7 +13,6 @@ pkgbase = tikzit-git
depends = poppler-qt5
provides = tikzit
conflicts = tikzit
- options = !makeflags
source = git+https://github.com/tikzit/tikzit.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f3ce02e112d..06342a3b84d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tikzit-git
epoch=3
-pkgver=2.1.5.r8.g5ca0a2e
+pkgver=2.1.6
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')
@@ -17,7 +17,7 @@ provides=('tikzit')
conflicts=('tikzit')
source=('git+https://github.com/tikzit/tikzit.git')
md5sums=('SKIP')
-options=('!makeflags')
+#options=('!makeflags')
pkgver() {
cd ${pkgname%-git}