git-absorb: rebuild for libgit2-1.0.0
This commit is contained in:
parent
425a60c426
commit
f8783340ef
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
makedepends="libgit2-devel"
|
||||
short_desc="Like git commit --fixup, but automatic"
|
||||
|
@ -11,6 +11,12 @@ homepage="https://github.com/tummychow/git-absorb"
|
|||
distfiles="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz"
|
||||
checksum=c4ef4fa28222773d695aab7711abbfac7e81c35a37eafe45f79d045516df28b1
|
||||
|
||||
pre_build() {
|
||||
# bump git2 version for newer libgit2-sys
|
||||
vsed -i 's/\"~0.9\"/\"0.13.5\"/g' Cargo.toml
|
||||
cargo update
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue