Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-audit


Commits:
0dc130f9 by Bert Peters at 2026-02-14T21:56:04+01:00
upgpkg: 0.22.1-2: gcc-libs deprecation

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = cargo-audit
        pkgdesc = Audit Cargo.lock for crates with security vulnerabilities
        pkgver = 0.22.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/RustSec/cargo-audit
        arch = x86_64
        license = Apache-2.0
        license = MIT
        depends = cargo
-       depends = gcc-libs
+       depends = libgcc
        depends = glibc
        options = !lto
        source = 
https://github.com/RustSec/rustsec/archive/cargo-audit/v0.22.1/cargo-audit-0.22.1.tar.gz


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,14 @@
 
 pkgname=cargo-audit
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
 url="https://github.com/RustSec/cargo-audit";
 arch=('x86_64')
 license=('Apache-2.0' 'MIT')
 depends=(
   'cargo'
-  'gcc-libs'
+  'libgcc'
   'glibc'
 )
 options=(!lto)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-audit/-/commit/0dc130f92035457811cdd6642d9671da5441960b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-audit/-/commit/0dc130f92035457811cdd6642d9671da5441960b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to