diff --git a/srcpkgs/git-absorb/patches/bump-git2.patch b/srcpkgs/git-absorb/patches/bump-git2.patch deleted file mode 100644 index bab771ba1be..00000000000 --- a/srcpkgs/git-absorb/patches/bump-git2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Cargo.toml b/Cargo.toml -index 20a0ec5..7b86eed 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -21,7 +21,7 @@ name = "git-absorb" - path = "src/main.rs" - - [dependencies.git2] --version = "~0.16" -+version = "~0.17" - default-features = false - - [dependencies] diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template index 8c6dd52ebf2..d0087b544d5 100644 --- a/srcpkgs/git-absorb/template +++ b/srcpkgs/git-absorb/template @@ -1,21 +1,17 @@ # Template file for 'git-absorb' pkgname=git-absorb -version=0.6.10 -revision=2 +version=0.6.11 +revision=1 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" makedepends="libgit2-devel" short_desc="Like git commit --fixup, but automatic" -maintainer="Orphaned " +maintainer="icp " license="BSD-3-Clause" homepage="https://github.com/tummychow/git-absorb" distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz" -checksum=6cc58d2ae50027a212811faa065623666ccb6e8bd933e801319aaf92b164aa0a - -post_patch() { - cargo update --package git2@0.16.1 --precise 0.17.2 -} +checksum=36c3b2c7bcd1d9db5d1dedd02d6b0ac58faaeb6fd50df7ff01f5cf87e5367b52 post_install() { vlicense LICENSE.md