summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Shapovalov2023-09-27 19:09:59 +0300
committerIvan Shapovalov2023-09-27 19:09:59 +0300
commit45984d00dccd13537ea1d736c18495bfbf2ce648 (patch)
tree3337820a3f5f8e17811c0fc3f6d586a683099e05
parent628e67f3e36da30e336fa8cb37621e9b45a18a18 (diff)
downloadaur-libusbmuxd-git.tar.gz
Drop usbmuxd<1.0.9 conflict as it apparently confuses either tools or people
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 647c4ae73e81..2081d0793876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libusbmuxd-git
pkgdesc = A client library to multiplex connections from and to iOS devices
pkgver = 2.0.2.r32.g30e678d
- pkgrel = 1
+ pkgrel = 2
url = http://www.libimobiledevice.org/
arch = i686
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = libusbmuxd-git
provides = libusbmuxd-2.0.so
provides = libusbmuxd=2.0.2.r32.g30e678d
conflicts = libusbmuxd
- conflicts = usbmuxd<1.0.9
source = git+https://github.com/libimobiledevice/libusbmuxd
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cc3e763aeb70..bfab8e17ca95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libusbmuxd-git
pkgver=2.0.2.r32.g30e678d
-pkgrel=1
+pkgrel=2
pkgdesc="A client library to multiplex connections from and to iOS devices"
url="http://www.libimobiledevice.org/"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('LGPL2.1' 'GPL2')
depends=('gcc-libs' 'glibc' 'libplist-git' 'libimobiledevice-glue-git')
makedepends=(git)
provides=(libusbmuxd-2.0.so "libusbmuxd=$pkgver")
-conflicts=('libusbmuxd' 'usbmuxd<1.0.9')
+conflicts=('libusbmuxd')
source=("git+https://github.com/libimobiledevice/libusbmuxd")
sha512sums=('SKIP')