libimobiledevice: rebuild against OpenSSL
This commit is contained in:
parent
723a353db3
commit
2dde8f256b
2 changed files with 3 additions and 3 deletions
|
@ -2025,7 +2025,7 @@ libnpth.so.0 npth-1.1_1
|
||||||
libnpupnp.so.4 libnpupnp-4.0.2_1
|
libnpupnp.so.4 libnpupnp-4.0.2_1
|
||||||
libglfw.so.3 glfw-3.0.4_1
|
libglfw.so.3 glfw-3.0.4_1
|
||||||
libusbmuxd-2.0.so.6 libusbmuxd-2.0.2_1
|
libusbmuxd-2.0.so.6 libusbmuxd-2.0.2_1
|
||||||
libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_1
|
libimobiledevice-1.0.so.6 libimobiledevice-1.3.0_2
|
||||||
libstfl.so.0 stfl-0.23_1
|
libstfl.so.0 stfl-0.23_1
|
||||||
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
libCDApplet.so cairo-dock-plugins-3.4.0_1
|
||||||
libldns.so.3 libldns-1.7.1_4
|
libldns.so.3 libldns-1.7.1_4
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libimobiledevice'
|
# Template file for 'libimobiledevice'
|
||||||
pkgname=libimobiledevice
|
pkgname=libimobiledevice
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkgconf python3-Cython"
|
hostmakedepends="automake libtool pkgconf python3-Cython"
|
||||||
makedepends="python3-devel libglib-devel libressl-devel
|
makedepends="python3-devel libglib-devel openssl-devel
|
||||||
libusb-devel libplist-devel libusbmuxd-devel"
|
libusb-devel libplist-devel libusbmuxd-devel"
|
||||||
short_desc="Library to communicate with Apple devices"
|
short_desc="Library to communicate with Apple devices"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Reference in a new issue