Update octopi package split in PacmanGui

This commit is contained in:
MatMoul 2015-09-12 20:05:56 +02:00
parent 45d27f30e7
commit 24290ada04

View file

@ -2,6 +2,9 @@
. ./lib . ./lib
options=() options=()
options+=("octopi" "(AUR) (QT)" off) options+=("octopi" "(AUR) (QT)" off)
options+=("octopi-notifier" "(AUR) (QT)" off)
options+=("octopi-cachecleaner" "(AUR) (QT)" off)
options+=("octopi-repoeditor" "(AUR) (QT)" off)
options+=("appset-qt" "(AUR) (QT)" off) options+=("appset-qt" "(AUR) (QT)" off)
options+=("pamac-aur" "(AUR) (GTK)" off) options+=("pamac-aur" "(AUR) (GTK)" off)
@ -15,6 +18,9 @@ fi
for itm in $sel; do for itm in $sel; do
case $itm in case $itm in
'"octopi"' | \ '"octopi"' | \
'"octopi-notifier"' | \
'"octopi-cachecleaner"' | \
'"octopi-repoeditor"' | \
'"appset-qt"' | \ '"appset-qt"' | \
'"pamac-aur"') '"pamac-aur"')
multilib="true" multilib="true"