Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
cargo-fuzz
Commits:
e1ab1aee by Bert Peters at 2026-02-16T16:10:55+01:00
upgpkg: 0.13.1-3: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = cargo-fuzz
pkgdesc = Command line helpers for fuzzing rust
pkgver = 0.13.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rust-fuzz/cargo-fuzz
arch = x86_64
license = MIT
license = Apache-2.0
depends = cargo
- depends = gcc-libs
depends = glibc
+ depends = libgcc
source =
cargo-fuzz-0.13.1.tar.gz::https://github.com/rust-fuzz/cargo-fuzz/archive/0.13.1.tar.gz
sha256sums =
3dae1ab57e738c1059635eb824062e4de79474080612f60a0ec0decf455d9e65
b2sums =
3f9f842777561bc779e52b9ef31c8d02a945a092af97b9ec6a036de411206fb649aa343e258aad849a62b6118e443850fd850269a9ec9253c530a6e8ee8af695
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,15 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Maintainer: Bert Peters <[email protected]>
pkgname=cargo-fuzz
pkgver=0.13.1
-pkgrel=2
+pkgrel=3
pkgdesc="Command line helpers for fuzzing rust"
url="https://github.com/rust-fuzz/cargo-fuzz"
depends=(
'cargo'
- 'gcc-libs'
'glibc'
+ 'libgcc'
)
arch=('x86_64')
license=('MIT' 'Apache-2.0')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-fuzz/-/commit/e1ab1aeee6ab80a9a1198eec6baa6146dc6c350a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-fuzz/-/commit/e1ab1aeee6ab80a9a1198eec6baa6146dc6c350a
You're receiving this email because of your account on gitlab.archlinux.org.