rust-cargo-audit: rebuild against OpenSSL
This commit is contained in:
parent
6f0ebbf3ce
commit
d933b172c2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'rust-cargo-audit'
|
||||
pkgname=rust-cargo-audit
|
||||
version=0.13.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/rust-/}-${version}"
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel libssh2-devel zlib-devel"
|
||||
makedepends="openssl-devel libssh2-devel zlib-devel"
|
||||
short_desc="Audit Cargo.lock for crates with security vulnerabilities"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Apache-2.0, MIT"
|
||||
|
|
Loading…
Reference in a new issue