diff options
Diffstat (limited to 'extra/libimobiledevice/PKGBUILD')
-rw-r--r-- | extra/libimobiledevice/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libimobiledevice/PKGBUILD b/extra/libimobiledevice/PKGBUILD index d49c92fc7..dbad1b497 100644 --- a/extra/libimobiledevice/PKGBUILD +++ b/extra/libimobiledevice/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 109895 2011-02-13 16:49:33Z ibiru $ +# $Id: PKGBUILD 132259 2011-07-22 09:16:48Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libimobiledevice -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" @@ -14,7 +14,7 @@ makedepends=('swig' 'python2') options=('!libtool') source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2 swig-version-check.patch) -md5sums=('b38bb70a41538a2ad593b0779651a636' +md5sums=('cdc13037e822d9ac2e109536701d153a' '8bb215e36fe0e08a72332c108c7842cc') build() { |