From ee9e97976060b301954e1f55788655d3f25fe69a Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Fri, 23 Oct 2020 22:02:53 +0900 Subject: [PATCH] git-absorb: update to 0.6.5 Signed-off-by: Sora Morimoto --- srcpkgs/git-absorb/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template index ab4afa3b5d1..63468249255 100644 --- a/srcpkgs/git-absorb/template +++ b/srcpkgs/git-absorb/template @@ -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 " 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