Date: Friday, March 4, 2016 @ 11:47:39 Author: jgc Revision: 260792 upgpkg: libimobiledevice 1.2.0-3
Remove gnutls dependencies when building with OpenSSL Modified: libimobiledevice/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-04 10:35:30 UTC (rev 260791) +++ PKGBUILD 2016-03-04 10:47:39 UTC (rev 260792) @@ -5,12 +5,12 @@ pkgname=libimobiledevice pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="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=('libusbmuxd' 'gnutls' 'libgcrypt') +depends=('libusbmuxd') makedepends=('python2') source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2 disable-sslv3.patch)
