Cleanbuild for python-materialyoucolor-git (#428)

This commit is contained in:
clsty
2024-04-29 07:30:31 +08:00
parent 83242a9748
commit 73ddd02931
3 changed files with 20 additions and 2 deletions
+12
View File
@@ -101,6 +101,18 @@ case $SKIP_HYPR_AUR in
;;
esac
# https://github.com/end-4/dots-hyprland/issues/428#issuecomment-2081690658
case $SKIP_PYMYC_AUR in
true) sleep 0;;
*)
if $ask;then
v $AUR_HELPER -S --answerclean=a python-materialyoucolor-git
else
v $AUR_HELPER -S --answerclean=a --noconfirm python-materialyoucolor-git
fi
;;
esac
## Optional dependencies
if pacman -Qs ^plasma-browser-integration$ ;then SKIP_PLASMAINTG=true;fi