summaryrefslogtreecommitdiff
path: root/extra/libimobiledevice/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-02 15:48:44 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-02 15:48:44 +0200
commit72658c2308ab6c5ec52a590f6c7b9a2b389b7f29 (patch)
treeb949e009e881cbc19e64debea1068c56952b4b44 /extra/libimobiledevice/PKGBUILD
parent04770005a02cc2a41550a57143af22c9d951bf6f (diff)
parentf003ac1c96d76f4e3a2b93f988e1effce6771052 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/tp_smapi/PKGBUILD community/fish/PKGBUILD community/supertux/PKGBUILD extra/gvfs/PKGBUILD multilib/wine/PKGBUILD testing/e2fsprogs/PKGBUILD testing/iptables/PKGBUILD testing/krb5/PKGBUILD testing/lm_sensors/PKGBUILD testing/lm_sensors/healthd testing/lm_sensors/healthd.rc
Diffstat (limited to 'extra/libimobiledevice/PKGBUILD')
-rw-r--r--extra/libimobiledevice/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/libimobiledevice/PKGBUILD b/extra/libimobiledevice/PKGBUILD
index 2051bffc6..acb8c4530 100644
--- a/extra/libimobiledevice/PKGBUILD
+++ b/extra/libimobiledevice/PKGBUILD
@@ -1,28 +1,21 @@
-# $Id: PKGBUILD 156906 2012-04-23 09:08:47Z ibiru $
+# $Id: PKGBUILD 164368 2012-07-31 19:43:16Z eric $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Gabriel Martinez < reitaka at gmail dot com >
pkgname=libimobiledevice
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.4
+pkgrel=1
pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://libimobiledevice.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'libplist' 'gnutls' 'libgcrypt')
-makedepends=('python2' 'swig')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
- swig-version-check.patch)
-md5sums=('cdc13037e822d9ac2e109536701d153a'
- '8bb215e36fe0e08a72332c108c7842cc')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
build() {
cd "$pkgname-$pkgver"
- # SWIG version check is wrong (still not fixed upstream)
- patch -p1 -i ../swig-version-check.patch
-
PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
}
@@ -31,3 +24,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')