OSDN Git Service

[update] : makepkg -A
authorhayao <shun819.mail@gmail.com>
Sat, 12 Dec 2020 13:30:38 +0000 (22:30 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 12 Dec 2020 13:30:38 +0000 (22:30 +0900)
scripts/main.sh

index 0a61feb..a2ecce5 100755 (executable)
@@ -321,7 +321,7 @@ build() {
 
             cd "${pkg}"
             if [[ ! -f "${work_dir}/lockfile/${repo_name}/${_arch}/${pkg}" ]] || [[ "${force}" = true ]]; then
-                makepkg --syncdeps --rmdeps --clean --cleanbuild --force --noconfirm --needed --skippgpcheck
+                makepkg --ignorearch --syncdeps --rmdeps --clean --cleanbuild --force --noconfirm --needed --skippgpcheck
                 mv *.pkg.tar.* "${work_dir}/pkgs/${repo_name}/${_arch}/"
                 touch "${work_dir}/lockfile/${repo_name}/${_arch}/${pkg}"
             else