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 381e68d599a8..3547259425f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libplist-git
pkgdesc = A library to handle Apple Property List format whereas it's binary or XML
pkgver = 1.10.29.g6dcc8c4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.libimobiledevice.org/
arch = i686
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() {