Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libplist
Commits:
3782f205 by Antonio Rojas at 2024-04-05T21:52:26+02:00
upgpkg: 2.4.0-2: Python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = libplist
pkgdesc = Library to handle Apple Property List files
pkgver = 2.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://libimobiledevice.org/
arch = x86_64
license = LGPL-2.1-or-later
makedepends = cython
makedepends = python
+ makedepends = python-setuptools
depends = gcc-libs
depends = glibc
optdepends = python: Python bindings
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
pkgname=libplist
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Library to handle Apple Property List files'
arch=('x86_64')
url='https://libimobiledevice.org/'
license=('LGPL-2.1-or-later')
depends=('gcc-libs' 'glibc')
-makedepends=('cython' 'python')
+makedepends=('cython' 'python' 'python-setuptools')
optdepends=('python: Python bindings')
source=("https://github.com/libimobiledevice/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
sha256sums=('3f5868ae15b117320c1ff5e71be53d29469d4696c4085f89db1975705781a7cd')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/3782f20596e04ae2aac9a351a2d9975647f1f8a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/3782f20596e04ae2aac9a351a2d9975647f1f8a7
You're receiving this email because of your account on gitlab.archlinux.org.