Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libusbmuxd
Commits: 9df0f53e by Antonio Rojas at 2024-03-30T21:21:57+01:00 upgpkg: 2.1.0-1: Update to 2.1.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = libusbmuxd + pkgdesc = Client library to multiplex connections from and to iOS devices + pkgver = 2.1.0 + pkgrel = 1 + url = https://libimobiledevice.org/ + arch = x86_64 + license = GPL-2.0-or-later AND LGPL-2.1-or-later + depends = gcc-libs + depends = glibc + depends = libimobiledevice-glue + depends = libplist + source = https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.0/libusbmuxd-2.1.0.tar.bz2 + sha256sums = c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16 + +pkgname = libusbmuxd ===================================== PKGBUILD ===================================== @@ -4,15 +4,15 @@ # Contributor: Gabriel Martinez < reitaka at gmail dot com > pkgname=libusbmuxd -pkgver=2.0.2 -pkgrel=3 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Client library to multiplex connections from and to iOS devices' arch=('x86_64') url='https://libimobiledevice.org/' license=('GPL-2.0-or-later AND LGPL-2.1-or-later') -depends=('gcc-libs' 'glibc' 'libplist') +depends=('gcc-libs' 'glibc' 'libimobiledevice-glue' 'libplist') source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2") -sha256sums=('cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20') +sha256sums=('c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/9df0f53e6090fff04796c6ab0d11034f635de7cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libusbmuxd/-/commit/9df0f53e6090fff04796c6ab0d11034f635de7cc You're receiving this email because of your account on gitlab.archlinux.org.
