From 3b65e46d3a98a0117b02ce0414c5a0fd8fe15b99 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 12 Apr 2023 10:22:41 +0200 Subject: [PATCH] fix nodeps in update.php --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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