David Runge pushed to branch main at Arch Linux / Packaging / Packages / gzip
Commits: 6aad35ef by David Runge at 2023-09-03T19:12:45+02:00 Use util-linux instead of more in optdepends for zmore support. - - - - - b09ce0fe by David Runge at 2023-09-03T19:14:39+02:00 Switch to correct SPDX license identifier for the project (GPL-3.0-or-later). - - - - - c76b3e06 by David Runge at 2023-09-03T19:16:49+02:00 upgpkg: 1.13-2 Rebuild to fix wrong optdepends: https://bugs.archlinux.org/task/79431 Add correct SPDX license identifier - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -4,14 +4,14 @@ pkgname=gzip pkgver=1.13 -pkgrel=1 +pkgrel=2 pkgdesc='GNU compression utility' arch=('x86_64') url='https://www.gnu.org/software/gzip/' -license=('GPL3') +license=('GPL-3.0-or-later') depends=('glibc' 'bash' 'coreutils' 'sed' 'grep') optdepends=('less: zless support' - 'more: zmore support' + 'util-linux: zmore support' 'diffutils: zdiff/zcmp support' ) validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gzip/-/compare/96c3e74bb3f2cfda90447d6732d56da2f8f39a73...c76b3e06ea0eb76a22a7472c0145a2d1c620788a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gzip/-/compare/96c3e74bb3f2cfda90447d6732d56da2f8f39a73...c76b3e06ea0eb76a22a7472c0145a2d1c620788a You're receiving this email because of your account on gitlab.archlinux.org.
