git-absorb: update to 0.6.5
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
5e4dc07d61
commit
0e0dd04037
1 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'git-absorb'
|
||||
pkgname=git-absorb
|
||||
version=0.6.3
|
||||
version=0.6.5
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,14 +9,8 @@ short_desc="Like git commit --fixup, but automatic"
|
|||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/tummychow/git-absorb"
|
||||
distfiles="https://github.com/tummychow/git-absorb/archive/${version}.tar.gz"
|
||||
checksum=d62ba36150d1113ea9216b8dc8f1f749c97a468cb41b2d1cd5c019158915ca70
|
||||
|
||||
pre_build() {
|
||||
# bump git2 version for newer libgit2-sys
|
||||
vsed -i 's/\"~0.9\"/\"0.13.5\"/g' Cargo.toml
|
||||
cargo update
|
||||
}
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=0c8bf3520209f6d292515ccaaa4b91d7d5e18bd8abe41fad049b5a2797386892
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in a new issue