git-absorb: rebuild for libgit2-1.7

This commit is contained in:
Marcin Puc 2023-09-08 17:27:24 +02:00 committed by cinerea0
parent 7352e836f5
commit 161817e06c
2 changed files with 1 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff --git a/Cargo.toml b/Cargo.toml
index 97dc720..85435bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ name = "git-absorb"
path = "src/main.rs"
[dependencies.git2]
-version = "~0.18"
+version = "~0.17"
default-features = false
[dependencies]

View File

@ -1,7 +1,7 @@
# Template file for 'git-absorb'
pkgname=git-absorb
version=0.6.12
revision=1
revision=2
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config"
@ -13,10 +13,6 @@ homepage="https://github.com/tummychow/git-absorb"
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
checksum=88a64712bcb4885a65984359c783e7f16b76fe4ca4ccd339d0c2d83139d0428b
post_patch() {
cargo update --package git2@0.18.1 --precise 0.17.2
}
post_install() {
vlicense LICENSE.md
vman Documentation/git-absorb.1