summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Shapovalov2017-02-06 04:59:18 +0300
committerIvan Shapovalov2017-02-06 04:59:23 +0300
commit6a2efb45a876bcbe652dd1faf8d7b5eac99900fc (patch)
tree8166c094941a4314dba90d828e113c7aa6d29986 /PKGBUILD
parent1dff7e8b046668f9de843e04fe1b5cbab66ca099 (diff)
downloadaur-6a2efb45a876bcbe652dd1faf8d7b5eac99900fc.tar.gz
Make usbmuxd-git an optdepend to avoid triggering dep cycle errors in AUR tools.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04e882670e57..04d8a6529d74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=libimobiledevice-git
epoch=1
-pkgver=1.2.0.r51.gb78a42e
-pkgrel=1
+pkgver=1.2.0.r52.g45fda81
+pkgrel=2
pkgdesc="libimobiledevice is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
@@ -13,6 +13,8 @@ depends=('gnutls' 'openssl' 'libgcrypt' 'libplist-git' 'libusbmuxd-git')
makedepends=('git')
provides=('libiphone-git' 'libiphone' 'libimobiledevice')
conflicts=('libiphone-git' 'libiphone' 'libimobiledevice')
+# it should be a proper dependency, but many tools complain about cyclic deps
+optdepends=('usbmuxd-git: needed in runtime to actually use libimobiledevice')
source=("git+https://git.libimobiledevice.org/libimobiledevice.git")
sha512sums=('SKIP')
@@ -37,7 +39,8 @@ build() {
}
package() {
- depends+=('usbmuxd-git')
+ # see above
+ #depends+=('usbmuxd-git')
cd libimobiledevice