mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gitui: update to 0.23.0
This commit is contained in:
parent
e1b7c430d0
commit
97ef1e6a70
2 changed files with 3 additions and 20 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml
|
|
||||||
index 5ab4da1..f17fbbe 100644
|
|
||||||
--- a/asyncgit/Cargo.toml
|
|
||||||
+++ b/asyncgit/Cargo.toml
|
|
||||||
@@ -14,7 +14,7 @@ keywords = ["git"]
|
|
||||||
[dependencies]
|
|
||||||
crossbeam-channel = "0.5"
|
|
||||||
easy-cast = "0.5"
|
|
||||||
-git2 = "0.15"
|
|
||||||
+git2 = "0.17"
|
|
||||||
log = "0.4"
|
|
||||||
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
|
|
||||||
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gitui'
|
# Template file for 'gitui'
|
||||||
pkgname=gitui
|
pkgname=gitui
|
||||||
version=0.22.1
|
version=0.23.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip components::textinput::tests::test_visualize_newline"
|
make_check_args="-- --skip components::textinput::tests::test_visualize_newline"
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
|
@ -12,11 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/extrawurst/gitui"
|
homepage="https://github.com/extrawurst/gitui"
|
||||||
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
changelog="https://github.com/extrawurst/gitui/raw/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/extrawurst/gitui/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=285e86c136ee7f410fdd52c5284ccf0d19011cc5f7709e5e10bb02f439a218ea
|
checksum=5180d5d8fd2fe6400148d6078b4b318c7530ca6c27ea8d8c0882f2e4d9064a80
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
cargo update --package git2@0.15.0 --precise 0.17.2
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue