mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
testing/cargo-udeps: rebuild against libgit2 1.9.1
This commit is contained in:
parent
ced515fab0
commit
5048970da9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
maintainer="Paolo Barbolini <paolo.barbolini@m4ss.net>"
|
||||
pkgname=cargo-udeps
|
||||
pkgver=0.1.56
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Find unused dependencies in Cargo.toml"
|
||||
url="https://github.com/est31/cargo-udeps"
|
||||
arch="all"
|
||||
|
@ -10,7 +10,7 @@ makedepends="
|
|||
cargo
|
||||
cargo-auditable
|
||||
curl-dev
|
||||
!libgit2-dev
|
||||
libgit2-dev
|
||||
openssl-dev
|
||||
"
|
||||
checkdepends="cargo"
|
||||
|
@ -20,7 +20,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/est31/cargo-udeps/archive/re
|
|||
# check: tests require Rust nightly
|
||||
options="net !check"
|
||||
|
||||
export LIBGIT2_NO_VENDOR=0 # temporarily use vendored libgit2, fix cargo(crate) 0.86
|
||||
export LIBGIT2_NO_VENDOR=1 # use system libgit2
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue