summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2020-02-24 08:04:51 +0300
committerIvan Shapovalov2020-02-24 08:04:51 +0300
commite8aecd23de9b9515256d1cfa1ac943072abe8474 (patch)
treec59c23ea32c7ad3c57f1d876eff1ca55579f81c4
parent4e05c50f1e91f7fa8b855fab96f00aa79b1710ff (diff)
downloadaur-e8aecd23de9b9515256d1cfa1ac943072abe8474.tar.gz
Bump; update .SRCINFO; build with openssl again as per comments
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5767e354c5e6..57d346f50cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libimobiledevice-git
pkgdesc = Library that talks the protocols to support iPhone and iPod Touch devices on Linux
- pkgver = 1.1.0.r791.gd04f8ff
+ pkgver = 1.2.0.r167.g3d8d13f
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
@@ -16,7 +16,7 @@ pkgbase = libimobiledevice-git
makedepends = python-setuptools
depends = libusbmuxd
depends = usbmuxd
- depends = gnutls
+ depends = openssl
provides = libiphone-git
provides = libiphone
provides = libimobiledevice
diff --git a/PKGBUILD b/PKGBUILD
index bd1627f52231..e5c1455fcd27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.2.0.r154.gd04f8ff
+pkgver=1.2.0.r167.g3d8d13f
pkgrel=1
pkgdesc="Library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2.1')
-depends=('libusbmuxd' 'usbmuxd' 'gnutls')
+depends=('libusbmuxd' 'usbmuxd' 'openssl')
makedepends=('python' 'cython' 'libplist' 'autoconf-archive'
'git' 'python-setuptools')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
@@ -32,7 +32,7 @@ prepare() {
build() {
cd libimobiledevice
- ./configure --prefix=/usr --disable-openssl
+ ./configure --prefix=/usr
make
}