[arch-commits] Commit in libimobiledevice/trunk (PKGBUILD)

Tom Gundersen tomegun at archlinux.org
Fri Jul 20 15:08:45 UTC 2012


    Date: Friday, July 20, 2012 @ 11:08:45
  Author: tomegun
Revision: 163815

upgpkg: libimobiledevice 1.1.4-1

upstream relesae, bump so version, remove python bindings for now

Modified:
  libimobiledevice/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-20 13:59:21 UTC (rev 163814)
+++ PKGBUILD	2012-07-20 15:08:45 UTC (rev 163815)
@@ -3,26 +3,19 @@
 # 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 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')




More information about the arch-commits mailing list