mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eza: rebuild for libgit2-1.8
This commit is contained in:
parent
6ab131b9d4
commit
5f59623908
2 changed files with 2 additions and 19 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
|
||||||
index b76d5c3..5cb3123 100644
|
|
||||||
--- a/Cargo.toml
|
|
||||||
+++ b/Cargo.toml
|
|
||||||
@@ -94,7 +94,7 @@ rayon = "1.10.0"
|
|
||||||
ansi-width = "0.1.0"
|
|
||||||
|
|
||||||
[dependencies.git2]
|
|
||||||
-version = "0.19"
|
|
||||||
+version = "0.18"
|
|
||||||
optional = true
|
|
||||||
default-features = false
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'eza'
|
# Template file for 'eza'
|
||||||
pkgname=eza
|
pkgname=eza
|
||||||
version=0.18.24
|
version=0.18.24
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-1.8-devel"
|
||||||
short_desc="Modern, maintained replacement for ls"
|
short_desc="Modern, maintained replacement for ls"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -21,10 +21,6 @@ post_extract() {
|
||||||
vsrcextract -C manpages --strip-components=3 man-${version}.tar.gz
|
vsrcextract -C manpages --strip-components=3 man-${version}.tar.gz
|
||||||
}
|
}
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
cargo update --package git2@0.19.0 --precise 0.18.3
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion completions/bash/eza bash
|
vcompletion completions/bash/eza bash
|
||||||
vcompletion completions/fish/eza.fish fish
|
vcompletion completions/fish/eza.fish fish
|
||||||
|
|
Loading…
Add table
Reference in a new issue