summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2021-09-16 04:51:57 +0300
committerIvan Shapovalov2021-09-16 04:51:57 +0300
commit4e1fdd7f44d46155f996cd308c9d6931267dd157 (patch)
tree965b48f0c9c4868fb2d69128416657e9a228ed32
parent5946a0b150e048c2595f25e452165168ddba7dc9 (diff)
downloadaur-4e1fdd7f44d46155f996cd308c9d6931267dd157.tar.gz
Add libimobiledevice-glue-git dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22403f8f93a0..64d9f878ae47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usbmuxd-git
pkgdesc = A socket daemon to multiplex connections from and to iOS devices
- pkgver = 1.1.0.r66.g9af2b12
+ pkgver = 1.1.1.r28.gb1c7b16
pkgrel = 1
epoch = 1
url = http://www.libimobiledevice.org/
@@ -10,6 +10,7 @@ pkgbase = usbmuxd-git
license = GPL3
makedepends = git
depends = libimobiledevice
+ depends = libimobiledevice-glue-git
provides = usbmuxd
conflicts = usbmuxd
source = git+https://github.com/libimobiledevice/usbmuxd
@@ -18,4 +19,3 @@ pkgbase = usbmuxd-git
sha256sums = 044bfb2810b27f7d6c066f142210775176b7484e76a78ea91794f40fdcda6fd9
pkgname = usbmuxd-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c1c5397df77d..954892633391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=usbmuxd-git
epoch=1
-pkgver=1.1.0.r66.g9af2b12
+pkgver=1.1.1.r28.gb1c7b16
pkgrel=1
pkgdesc="A socket daemon to multiplex connections from and to iOS devices"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
license=('GPL2' 'GPL3')
-depends=('libimobiledevice')
+depends=('libimobiledevice' 'libimobiledevice-glue-git')
makedepends=('git')
provides=('usbmuxd')
conflicts=('usbmuxd')