summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1420a6dbd74..95abed20bebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tikzit
pkgdesc = Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = http://tikzit.github.io
install = tikzit.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bcf4d459e6f9..ae1c1bb96796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tikzit
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="http://tikzit.github.io"
@@ -26,7 +26,7 @@ build() {
package() {
source /etc/profile.d/GNUstep.sh
cd "$srcdir/$pkgname-$pkgver/tikzit"
- make "DESTDIR=$pkgdir" install || return 1
+ make -j1 "DESTDIR=$pkgdir" install || return 1
}
# vim: set ts=2 sw=2 et: