OSDN Git Service

[update] : Skip pgp check
authorhayao <hayao@fascode.net>
Tue, 20 Apr 2021 14:14:26 +0000 (23:14 +0900)
committerhayao <hayao@fascode.net>
Tue, 20 Apr 2021 14:14:26 +0000 (23:14 +0900)
system/aur.sh
system/pkgbuild.sh

index 397654b..469161f 100755 (executable)
@@ -95,6 +95,7 @@ for _pkg in "${@}"; do
             --removemake \
             --useask \
             --color always \
+            --mflags "--skippgpcheck" \
             --config "/etc/alteriso-pacman.conf" \
             --cachedir "/var/cache/pacman/pkg/" \
             "${_pkg}"
index 49ae6cd..6881609 100755 (executable)
@@ -86,7 +86,7 @@ if (( "${#pkgbuild_dirs[@]}" != 0 )); then
                 fi
             done
         fi
-        run_user makepkg -iAcCs --noconfirm 
+        run_user makepkg -iAcCs --noconfirm --skippgpcheck 
         cd - >/dev/null
     done
 fi