From 7d47212f3c8ab9b0a0746a867aad1239d315bfb7 Mon Sep 17 00:00:00 2001 From: "matthias@quintern.xyz" Date: Tue, 14 May 2024 19:29:45 +0200 Subject: [PATCH] fix compdef --silent --- PKGBUILD | 4 ++-- _nicole.compdef.zsh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f45575a..17bd817 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Matthias Quintern pkgname=nicole pkgver=2.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Write lyrics from genius or azlyrics.com to a mp3-tag" arch=('any') url="https:/github.com/MatthiasQuintern/nicole" @@ -9,7 +9,7 @@ license=('GPL3') depends=('python-mutagen' 'python-beautifulsoup4') source=(file://${PWD}/nicole/nicole.py _nicole.compdef.zsh nicole.1.man) md5sums=('4000cc89931a680d6e8531cd0a3fcc0a' - 'a0a390f36de74a366065ab65bfd1d8de' + '52e446aa13ae481eece1935bceece193' '4ad29357b608c88eebc49546a50e489d') package() { diff --git a/_nicole.compdef.zsh b/_nicole.compdef.zsh index 330e97b..da4e5d9 100644 --- a/_nicole.compdef.zsh +++ b/_nicole.compdef.zsh @@ -18,7 +18,7 @@ _nicole() {--directory,-d}'[process directory]':directory:_directories \ {--file,-f}'[process file]':file:_files \ {--recursive,-r}'[go through directories recursively]' \ - {--silent}'[silent]' \ + '--silent[silent]' \ {--ignore-history,-i}'[ignore history]' \ {--no-history,-n]}'[do not write to history]' \ {--overwrite,-o}'[overwrite if the file already has lyrics]' \