cargo-update: rebuild for libgit2
This commit is contained in:
parent
cbe6d9d9ea
commit
5fb17c833f
2 changed files with 14 additions and 1 deletions
13
srcpkgs/cargo-update/patches/bump-git2.patch
Normal file
13
srcpkgs/cargo-update/patches/bump-git2.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index e62e9c8..1aa0658 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -52,7 +52,7 @@ tabwriter = "1.2"
|
||||
lazysort = "0.2"
|
||||
regex = "1.6"
|
||||
serde = "1.0"
|
||||
-git2 = "0.16"
|
||||
+git2 = "0.17"
|
||||
home = "0.5"
|
||||
toml = "0.5"
|
||||
hex = "0.4"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cargo-update'
|
||||
pkgname=cargo-update
|
||||
version=13.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue