diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 22:56:07 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 23:24:06 -0300 |
commit | 0c5583e209fd962c32cb5e295487cc928afffa07 (patch) | |
tree | 1212083b1cbc375b43cf06b5e50d0ea1dab42cf3 /community/libimobiledevice/APKBUILD | |
parent | 2cf7280c26cf786339f7bde2f4eeed6c5c25083f (diff) |
community/libimobiledevice: rebuild against newer libusmuxd
Diffstat (limited to 'community/libimobiledevice/APKBUILD')
-rw-r--r-- | community/libimobiledevice/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libimobiledevice/APKBUILD b/community/libimobiledevice/APKBUILD index 80f80852505..42da935e620 100644 --- a/community/libimobiledevice/APKBUILD +++ b/community/libimobiledevice/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libimobiledevice pkgver=1.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" arch="all" license="LGPL-2.1-or-later" makedepends="openssl-dev libusbmuxd-dev libplist-dev" subpackages="$pkgname-dev $pkgname-doc" -source="http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2 +source="http://libimobiledevice.org/downloads/libimobiledevice-$pkgver.tar.bz2 13bf235cac2201747de11652cf14fe2714ca0718.patch 02a0e03e24bc96bba2e5ea2438c30baf803fd137.patch" |