From e8f5b2ea6983e7a97c1640e9e211f356b8b5d21b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Aug 2012 00:01:47 +0000 Subject: Thu Aug 2 00:01:47 UTC 2012 --- extra/libimobiledevice/PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'extra/libimobiledevice') diff --git a/extra/libimobiledevice/PKGBUILD b/extra/libimobiledevice/PKGBUILD index c9a22e8d3..b17bff63f 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 # 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') 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') -- cgit v1.2.3-54-g00ecf