David Runge pushed to branch main at Arch Linux / Packaging / Packages / bzip2
Commits: 3e791af7 by David Runge at 2025-06-17T16:28:20+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <dv...@archlinux.org> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = bzip2 pkgrel = 6 url = https://sourceware.org/bzip2/ arch = x86_64 - license = BSD + license = bzip2-1.0.6 depends = glibc depends = sh provides = libbz2.so ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgver=1.0.8 pkgrel=6 pkgdesc="A high-quality data compression program" arch=('x86_64') -license=('BSD') +license=('bzip2-1.0.6') url="https://sourceware.org/bzip2/" depends=('glibc' 'sh') provides=('libbz2.so') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bzip2/-/commit/3e791af78794561cd41302d4a05033cd3be03c63 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bzip2/-/commit/3e791af78794561cd41302d4a05033cd3be03c63 You're receiving this email because of your account on gitlab.archlinux.org.