fix compdef --silent
This commit is contained in:
parent
9adf866141
commit
7d47212f3c
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Matthias Quintern <matthias(dot)quintern(at)posteo(dot)de>
|
||||
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() {
|
||||
|
@ -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]' \
|
||||
|
Loading…
Reference in New Issue
Block a user