diff --git a/update.sh b/update.sh index 4a30a1a..d67d37d 100755 --- a/update.sh +++ b/update.sh @@ -11,7 +11,7 @@ packagelist=$(find . -maxdepth 1 -type d -printf '%P\n' | sed '/tonitch/d' | sed for d in $packagelist do cd $d - makepkg -f + makepkg -f --nodeps cd .. done