Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libimobiledevice
Commits:
8b183096 by Antonio Rojas at 2024-04-05T21:48:02+02:00
upgpkg: 1.3.0-12: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = libimobiledevice
pkgdesc = Library to communicate with services on iOS devices using
native protocols
pkgver = 1.3.0
- pkgrel = 11
+ pkgrel = 12
url = https://libimobiledevice.org/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cython0
makedepends = python
+ makedepends = python-setuptools
depends = glibc
depends = libplist
depends = libusbmuxd
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=libimobiledevice
pkgver=1.3.0
-pkgrel=11
+pkgrel=12
pkgdesc='Library to communicate with services on iOS devices using native
protocols'
arch=('x86_64')
url='https://libimobiledevice.org/'
license=('LGPL-2.1-or-later')
depends=('glibc' 'libplist' 'libusbmuxd' 'openssl')
-makedepends=('cython0' 'python')
+makedepends=('cython0' 'python' 'python-setuptools')
optdepends=('python: Python bindings')
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2"
'libimobiledevice-libplist-2.3.0.patch')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/8b1830962936fc57d00496e39ef39823898cb491
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libimobiledevice/-/commit/8b1830962936fc57d00496e39ef39823898cb491
You're receiving this email because of your account on gitlab.archlinux.org.