summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9e0bb637dc..e3ad48c8c607 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.6
+ pkgver = 2.1.6.r38.gb308232
pkgrel = 1
epoch = 3
url = https://tikzit.github.io/
@@ -17,4 +17,3 @@ pkgbase = tikzit-git
md5sums = SKIP
pkgname = tikzit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 06342a3b84d1..d4858be83e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tikzit-git
epoch=3
-pkgver=2.1.6
+pkgver=2.1.6.r38.gb308232
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,6 @@ provides=('tikzit')
conflicts=('tikzit')
source=('git+https://github.com/tikzit/tikzit.git')
md5sums=('SKIP')
-#options=('!makeflags')
pkgver() {
cd ${pkgname%-git}
@@ -29,7 +28,7 @@ build() {
qmake PREFIX=/usr \
QMAKE_CFLAGS="${CFLAGS}" \
QMAKE_CXXFLAGS="${CXXFLAGS}" tikzit.pro
- make -j1
+ make
}
package() {