Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / libplist
Commits: cdb9e051 by Carl Smedstad at 2026-02-14T23:17:16+01:00 upgpkg: 2.7.0-3: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,16 @@ pkgbase = libplist pkgdesc = Library to handle Apple Property List files pkgver = 2.7.0 - pkgrel = 2 + pkgrel = 3 url = https://libimobiledevice.org/ arch = x86_64 license = LGPL-2.1-or-later makedepends = cython makedepends = git makedepends = python-setuptools - depends = gcc-libs depends = glibc + depends = libgcc + depends = libstdc++ optdepends = python: Python bindings source = git+https://github.com/libimobiledevice/libplist.git#tag=2.7.0 b2sums = 11c3255893c3ccc1f7aa3538d3b6cda6180aafdcd46a40c2d41bf160c738d67516e151317cfb68e4b400b1a1865b81400451df1e1378497c49fff10dad164c62 ===================================== PKGBUILD ===================================== @@ -5,14 +5,15 @@ pkgname=libplist pkgver=2.7.0 -pkgrel=2 +pkgrel=3 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 + libgcc + libstdc++ ) makedepends=( cython View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/cdb9e0510fdec5c342a487694079b326ddcb2967 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libplist/-/commit/cdb9e0510fdec5c342a487694079b326ddcb2967 You're receiving this email because of your account on gitlab.archlinux.org.
