summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc0cc8fe91b7..b97f9f125b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libplist-git
epoch=1
pkgver=1.10.29.g6dcc8c4
-pkgrel=1
+pkgrel=2
pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ build() {
cd libplist
PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr
- make
+ make || make -j1 # it could break/choke on building the final library... HACK
}
package() {