diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 10:12:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:16 +0000 |
commit | 0c8dfed799762d3611bea385bf5a44e5e1845264 (patch) | |
tree | 7d6e81709a76ff79d84f9abcf63efca0bbd3b4c7 /testing/libimobiledevice | |
parent | e25972481d4bedfffcd6c54c08260d1f693c62cd (diff) | |
download | aports-0c8dfed799762d3611bea385bf5a44e5e1845264.tar.bz2 aports-0c8dfed799762d3611bea385bf5a44e5e1845264.tar.xz |
testing/libimobiledevice: rebuild against openssl 1.1
Diffstat (limited to 'testing/libimobiledevice')
-rw-r--r-- | testing/libimobiledevice/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libimobiledevice/APKBUILD b/testing/libimobiledevice/APKBUILD index 80f2cdcbc7..d03c66768e 100644 --- a/testing/libimobiledevice/APKBUILD +++ b/testing/libimobiledevice/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libimobiledevice pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" arch="all" license="GPL-2.0 LGPL-2.1" -makedepends="gnutls-dev libressl-dev libgcrypt-dev libusbmuxd-dev +makedepends="gnutls-dev openssl-dev libgcrypt-dev libusbmuxd-dev libtasn1-dev libplist-dev libtool automake autoconf" subpackages="$pkgname-dev $pkgname-doc" source="http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2 |