Date: Saturday, November 15, 2014 @ 16:02:25 Author: bpiotrowski Revision: 226294
upgpkg: libimobiledevice 1.1.7-1 new upstream release Modified: libimobiledevice/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-11-15 14:56:23 UTC (rev 226293) +++ PKGBUILD 2014-11-15 15:02:25 UTC (rev 226294) @@ -4,9 +4,9 @@ # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libimobiledevice -pkgver=1.1.6 +pkgver=1.1.7 pkgrel=1 -pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" +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') @@ -13,7 +13,7 @@ depends=('libusbmuxd' 'gnutls' 'libgcrypt') makedepends=('python2') source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2) -md5sums=('274783651e9b772774cd9fed2fc52e08') +md5sums=('5649da76965c1d2c250e52c4e743ef71') build() { cd "$pkgname-$pkgver"
