Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf
Commits: 7d12139b by Robin Candau at 2026-02-24T15:40:36+01:00 upgpkg: 1.27.1-3: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pymupdf pkgdesc = Python bindings for MuPDF's rendering library pkgver = 1.27.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/pymupdf/PyMuPDF arch = x86_64 license = AGPL-3.0-or-later @@ -18,8 +18,9 @@ pkgbase = python-pymupdf makedepends = python-wheel makedepends = swig makedepends = systemd - depends = gcc-libs depends = glibc + depends = libgcc + depends = libstdc++ depends = libmupdf depends = python depends = python-mupdf ===================================== PKGBUILD ===================================== @@ -4,14 +4,15 @@ _name=PyMuPDF pkgname=python-pymupdf pkgver=1.27.1 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for MuPDF's rendering library" arch=(x86_64) url="https://github.com/pymupdf/PyMuPDF" license=(AGPL-3.0-or-later) depends=( - gcc-libs glibc + libgcc + libstdc++ libmupdf python python-mupdf View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/7d12139b3dcd7efb1a08eefa4724102409ece9e4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/7d12139b3dcd7efb1a08eefa4724102409ece9e4 You're receiving this email because of your account on gitlab.archlinux.org.
