Skip to content

Commit

Permalink
lsd: fix locked build for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cinerea0 committed Mar 28, 2024
1 parent edc1be7 commit 206716c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions srcpkgs/lsd/patches/fix-crate-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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",
2 changes: 1 addition & 1 deletion srcpkgs/lsd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'lsd'
pkgname=lsd
version=1.1.2
revision=2
revision=3
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libgit2-devel"
Expand Down

0 comments on commit 206716c

Please sign in to comment.