* update libimobiledevice to 1.3.0-10

This commit is contained in:
Alexander Baldeck 2024-01-27 20:52:57 +01:00
parent 0066f6d653
commit aa6228fcff

View File

@ -6,13 +6,13 @@
pkgname=libimobiledevice
pkgver=1.3.0
pkgrel=9
pkgrel=10
pkgdesc='Library to communicate with services on iOS devices using native protocols'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://libimobiledevice.org/'
license=('LGPL2.1')
license=('LGPL-2.1-or-later')
depends=('glibc' 'libplist' 'libusbmuxd' 'openssl')
makedepends=('cython' 'python')
makedepends=('cython0' 'python')
optdepends=('python: Python bindings')
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"
'libimobiledevice-libplist-2.3.0.patch')