Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libb2
Commits: 18b03195 by Felix Pehla at 2026-02-27T16:41:31+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -6,8 +6,9 @@ pkgbase = libb2 arch = x86_64 license = CC0-1.0 makedepends = git - depends = gcc-libs depends = glibc + depends = libgcc + depends = libgomp source = git+https://github.com/BLAKE2/libb2#tag=v0.98.1 sha256sums = eb6b596bc30918427d1e792914f454c1d3e61fef3d4499f6605ede78f835cc1b ===================================== PKGBUILD ===================================== @@ -9,8 +9,9 @@ arch=(x86_64) pkgdesc='C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions' url='https://blake2.net/' license=(CC0-1.0) -depends=(gcc-libs - glibc) +depends=(glibc + libgcc + libgomp) makedepends=(git) source=(git+https://github.com/BLAKE2/libb2#tag=v$pkgver) sha256sums=('eb6b596bc30918427d1e792914f454c1d3e61fef3d4499f6605ede78f835cc1b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libb2/-/commit/18b0319588da54adcfbbfa098fa92e1252a108ae -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libb2/-/commit/18b0319588da54adcfbbfa098fa92e1252a108ae You're receiving this email because of your account on gitlab.archlinux.org.
