lsd: update to 1.1.0
This commit is contained in:
parent
567fbc291d
commit
942b4dc9ab
@ -1,13 +1,13 @@
|
|||||||
diff --git a/Cargo.toml b/Cargo.toml
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
index 30fa892..460cf13 100644
|
index 1fa32ac..815cbda 100644
|
||||||
--- a/Cargo.toml
|
--- a/Cargo.toml
|
||||||
+++ b/Cargo.toml
|
+++ b/Cargo.toml
|
||||||
@@ -45,7 +45,7 @@ vsort = "0.1.0"
|
@@ -46,7 +46,7 @@ xdg = "2.5"
|
||||||
|
|
||||||
[target."cfg(not(all(windows, target_arch = \"x86\", target_env = \"gnu\")))".dependencies]
|
[target."cfg(not(all(windows, target_arch = \"x86\", target_env = \"gnu\")))".dependencies]
|
||||||
# if ssl feature is enabled compilation will fail on arm-unknown-linux-gnueabihf and i686-pc-windows-gnu
|
# if ssl feature is enabled compilation will fail on arm-unknown-linux-gnueabihf and i686-pc-windows-gnu
|
||||||
-git2 = { version = "0.16", optional = true, default-features = false }
|
-git2 = { version = "0.18", optional = true, default-features = false }
|
||||||
+git2 = { version = "0.17", optional = true, default-features = false }
|
+git2 = { version = "0.17", optional = true, default-features = false }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
users = "0.11.*"
|
users = { version = "0.11.3", package = "uzers" }
|
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'lsd'
|
# Template file for 'lsd'
|
||||||
pkgname=lsd
|
pkgname=lsd
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@ -12,7 +12,7 @@ license="Apache-2.0"
|
|||||||
homepage="https://github.com/lsd-rs/lsd"
|
homepage="https://github.com/lsd-rs/lsd"
|
||||||
changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=ab34e9c85bc77cfa42b43bfb54414200433a37419f3b1947d0e8cfbb4b7a6325
|
checksum=4bbd180deeef2674e55724bb4297ee0442bea956e36f9c4cd2fcca4e82bb4026
|
||||||
conflicts="disputils"
|
conflicts="disputils"
|
||||||
|
|
||||||
# The 'cannot_access_subdir_exit_status' fails on CI
|
# The 'cannot_access_subdir_exit_status' fails on CI
|
||||||
@ -25,7 +25,7 @@ fi
|
|||||||
export SHELL_COMPLETIONS_DIR="${wrksrc}"
|
export SHELL_COMPLETIONS_DIR="${wrksrc}"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
cargo update --package git2@0.16.1 --precise 0.17.2
|
cargo update --package git2@0.18.2 --precise 0.17.2
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user