mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lsd: fix locked build for 1.1.2
This commit is contained in:
parent
edc1be7afb
commit
206716c5d2
2 changed files with 15 additions and 1 deletions
14
srcpkgs/lsd/patches/fix-crate-version.patch
Normal file
14
srcpkgs/lsd/patches/fix-crate-version.patch
Normal file
|
@ -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",
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lsd'
|
# Template file for 'lsd'
|
||||||
pkgname=lsd
|
pkgname=lsd
|
||||||
version=1.1.2
|
version=1.1.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue