mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
git-absorb: update to 0.6.11.
Adopt.
This commit is contained in:
parent
8c21b7d735
commit
46ed995423
2 changed files with 4 additions and 21 deletions
|
@ -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]
|
|
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'git-absorb'
|
# Template file for 'git-absorb'
|
||||||
pkgname=git-absorb
|
pkgname=git-absorb
|
||||||
version=0.6.10
|
version=0.6.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
short_desc="Like git commit --fixup, but automatic"
|
short_desc="Like git commit --fixup, but automatic"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/tummychow/git-absorb"
|
homepage="https://github.com/tummychow/git-absorb"
|
||||||
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=6cc58d2ae50027a212811faa065623666ccb6e8bd933e801319aaf92b164aa0a
|
checksum=36c3b2c7bcd1d9db5d1dedd02d6b0ac58faaeb6fd50df7ff01f5cf87e5367b52
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
cargo update --package git2@0.16.1 --precise 0.17.2
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue