diff --git a/srcpkgs/lsd/patches/fix-crate-version.patch b/srcpkgs/lsd/patches/fix-crate-version.patch deleted file mode 100644 index abfc49e92f8..00000000000 --- a/srcpkgs/lsd/patches/fix-crate-version.patch +++ /dev/null @@ -1,14 +0,0 @@ -# Upstream failed to run `cargo update` for v1.1.2; should be dropped on next release -diff --git a/Cargo.lock b/Cargo.lock -index 059f83ec97d..1a749ed7ada 100644 ---- a/Cargo.lock -+++ b/Cargo.lock -@@ -735,7 +735,7 @@ dependencies = [ - - [[package]] - name = "lsd" --version = "1.1.1" -+version = "1.1.2" - dependencies = [ - "assert_cmd", - "assert_fs", diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template index ce89cf3c94a..4f7661f96e2 100644 --- a/srcpkgs/lsd/template +++ b/srcpkgs/lsd/template @@ -1,7 +1,7 @@ # Template file for 'lsd' pkgname=lsd -version=1.1.2 -revision=3 +version=1.1.3 +revision=1 build_style=cargo hostmakedepends="pkg-config" makedepends="libgit2-devel" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/lsd-rs/lsd" changelog="https://github.com/lsd-rs/lsd/releases" distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz" -checksum=cd80dae9a8f6c4c2061f79084468ea6e04c372e932e3712a165119417960e14e +checksum=24b0c44006efe719e53a5127f21b2cdb06db58ffd833f5cfbca4bcf665d188f8 conflicts="disputils" # The 'cannot_access_subdir_exit_status' fails on CI