From 45b852d896e58528addedc084d5b92ef1751becf Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Mon, 1 Jul 2024 16:13:04 +0200 Subject: [PATCH] eza: update to 0.18.21 --- srcpkgs/eza/patches/fix-zsh-completions.patch | 27 ------------------- srcpkgs/eza/template | 6 ++--- 2 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/eza/patches/fix-zsh-completions.patch diff --git a/srcpkgs/eza/patches/fix-zsh-completions.patch b/srcpkgs/eza/patches/fix-zsh-completions.patch deleted file mode 100644 index b52a81c616bed3..00000000000000 --- a/srcpkgs/eza/patches/fix-zsh-completions.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 30d78ba5ce7fd2aabae174bcac106d6b202c6d31 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Martin=20Maty=C3=A1=C5=A1ek?= -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]" \ diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template index ff60b8fbd603e4..db5b234510fcd9 100644 --- a/srcpkgs/eza/template +++ b/srcpkgs/eza/template @@ -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"