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

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 14 14:49:59 UTC 2014


    Date: Monday, April 14, 2014 @ 16:49:59
  Author: jgc
Revision: 210333

upgpkg: libimobiledevice 1.1.6-1

Modified:
  libimobiledevice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-14 14:47:19 UTC (rev 210332)
+++ PKGBUILD	2014-04-14 14:49:59 UTC (rev 210333)
@@ -4,18 +4,19 @@
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=libimobiledevice
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.6
+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' 'gnutls' 'libgcrypt')
+depends=('libusbmuxd' 'gnutls' 'libgcrypt')
+makedepends=('python2')
 source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('274783651e9b772774cd9fed2fc52e08')
 
 build() {
   cd "$pkgname-$pkgver"
-
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
@@ -24,4 +25,3 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('d9debdcf71508dee2c85b60b28ccddd4')




More information about the arch-commits mailing list