David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-deny


Commits:
c79ce8aa by David Runge at 2026-04-11T11:31:45+02:00
upgpkg: 0.19.1-2

Rebuild to add git as direct dependency.
Git is a requirement during runtime to update the advisory database, see
https://github.com/EmbarkStudios/cargo-deny/blob/a58f4cda6000b3ae5aea96b771bf9d3130d514be/src/advisories/helpers/db.rs

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = cargo-deny
        pkgdesc = Cargo plugin for linting your dependencies
        pkgver = 0.19.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/EmbarkStudios/cargo-deny
        arch = x86_64
        license = MIT
        license = Apache-2.0
-       makedepends = git
        depends = cargo
+       depends = git
+       depends = glibc
        depends = libgcc
        options = !lto
        source = 
cargo-deny-0.19.1::git+https://github.com/EmbarkStudios/cargo-deny.git#tag=0.19.1


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,12 @@
 
 pkgname=cargo-deny
 pkgver=0.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Cargo plugin for linting your dependencies'
 arch=('x86_64')
 url='https://github.com/EmbarkStudios/cargo-deny'
 license=('MIT' 'Apache-2.0')
-depends=('cargo' 'libgcc')
-makedepends=('git')
+depends=('cargo' 'git' 'glibc' 'libgcc')
 options=(!lto)
 source=("$pkgname-$pkgver::git+$url.git#tag=$pkgver"
   "$pkgname-advisory-db::git+https://github.com/rustsec/advisory-db";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deny/-/commit/c79ce8aa8ed2a976b1d2e00ff189d463fd7d0c65

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-deny/-/commit/c79ce8aa8ed2a976b1d2e00ff189d463fd7d0c65
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to