David Runge pushed to branch main at Arch Linux / Packaging / Packages / gperf
Commits: 3f3b3fe7 by David Runge at 2023-09-04T02:56:54+02:00 upgpkg: 3.1-5 Rebuild to remove texinfo from depends: https://bugs.archlinux.org/task/73457 Switch to correct SPDX license identifier (GPL-3.0-or-later). Add all direct dependencies. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=gperf pkgver=3.1 -pkgrel=4 +pkgrel=5 pkgdesc="Perfect hash function generator" arch=('x86_64') url="https://www.gnu.org/software/gperf/" -license=('GPL3') -depends=('gcc-libs' 'texinfo') +license=('GPL-3.0-or-later') +depends=('gcc-libs' 'glibc') source=("https://ftp.gnu.org/pub/gnu/gperf/${pkgname}-${pkgver}.tar.gz"{,.sig}) sha256sums=('588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gperf/-/commit/3f3b3fe7acc23bfaf306a16c32ed61265101905b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gperf/-/commit/3f3b3fe7acc23bfaf306a16c32ed61265101905b You're receiving this email because of your account on gitlab.archlinux.org.
