eza: update to 0.18.21
This commit is contained in:
parent
1b907dd5b3
commit
98b20d93af
@ -1,27 +0,0 @@
|
||||
From 30d78ba5ce7fd2aabae174bcac106d6b202c6d31 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Martin=20Maty=C3=A1=C5=A1ek?= <martin.matyasek@gmail.com>
|
||||
Date: Thu, 27 Jun 2024 11:58:57 +0200
|
||||
Subject: [PATCH] fix(completions): fix missing line breaks in _eza
|
||||
|
||||
Before this change the shell would report a parsing error, which was due
|
||||
to missing line breaks after the newly introduced symlinks flags. This
|
||||
commit fixes that issue.
|
||||
---
|
||||
completions/zsh/_eza | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/completions/zsh/_eza b/completions/zsh/_eza
|
||||
index f672e0a59..67cf0284d 100644
|
||||
--- a/completions/zsh/_eza
|
||||
+++ b/completions/zsh/_eza
|
||||
@@ -33,8 +33,8 @@ __eza() {
|
||||
{-A,--almost-all}"[Equivalent to --all; included for compatibility with \'ls -A\']" \
|
||||
{-d,--list-dirs}"[List directories like regular files]" \
|
||||
{-D,--only-dirs}"[List only directories]" \
|
||||
- --no-symlinks"[Do not show symbolic links]"
|
||||
- --show-symlinks"[Explictly show symbolic links: for use with '--only-dirs'| '--only-files']"
|
||||
+ --no-symlinks"[Do not show symbolic links]" \
|
||||
+ --show-symlinks"[Explictly show symbolic links: for use with '--only-dirs'| '--only-files']" \
|
||||
{-f,--only-files}"[List only files]" \
|
||||
{-L,--level}"+[Limit the depth of recursion]" \
|
||||
{-w,--width}"+[Limits column output of grid, 0 implies auto-width]" \
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'eza'
|
||||
pkgname=eza
|
||||
version=0.18.20
|
||||
version=0.18.21
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
@ -12,8 +12,8 @@ homepage="https://eza.rocks"
|
||||
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
|
||||
https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
|
||||
checksum="f85a7c1a1859e4fb7913d9517bd5fd04714811562b631a71705077c5aceacd78
|
||||
e376bfd7c8657cf9c8b0c1405543fed9142dd5222f1980b2c7e68309d163d23c"
|
||||
checksum="53cee12706be2b5bedcf40b97e077a18b254f0f53f1aee52d1d74136466045bc
|
||||
f756c1c20dbf730c9c99295742abd6adc194164723ff8531107feb3259fbe100"
|
||||
|
||||
skip_extraction="man-${version}.tar.gz"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user