Only add Quodlibet

Sorry for Amarok removal, but it is no longer available on repositories.  So keeping Amarok but tagging it as AUR package. Is this better?

See https://aur.archlinux.org/packages/amarok/
This commit is contained in:
FredBezies 2018-09-20 21:42:37 +02:00 committed by GitHub
parent 00a0060a21
commit 1b01092b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ options=()
options+=("clementine" "Audio Player" off)
options+=("mixxx" "Audio Player" off)
options+=("quodlibet" "Audio Player" off)
options+=("amarok" "(AUR) Audio Player" off)
options+=("guayadeque" "(AUR) Audio Player" off)
options+=("gmusicbrowser" "(AUR) Audio Player" off)
@ -17,6 +18,7 @@ fi
for itm in $sel; do
case $itm in
'"Amarok"' | \
'"guayadeque"' | \
'"gmusicbrowser"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;