• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux-repository: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux-repository


Commit MetaInfo

Revisiónefcd4555555da3bd7c10734481c2058c0ab09b42 (tree)
Tiempo2020-12-12 22:30:38
Autorhayao <shun819.mail@gmai...>
Commiterhayao

Log Message

[update] : makepkg -A

Cambiar Resumen

Diferencia incremental

--- a/scripts/main.sh
+++ b/scripts/main.sh
@@ -321,7 +321,7 @@ build() {
321321
322322 cd "${pkg}"
323323 if [[ ! -f "${work_dir}/lockfile/${repo_name}/${_arch}/${pkg}" ]] || [[ "${force}" = true ]]; then
324- makepkg --syncdeps --rmdeps --clean --cleanbuild --force --noconfirm --needed --skippgpcheck
324+ makepkg --ignorearch --syncdeps --rmdeps --clean --cleanbuild --force --noconfirm --needed --skippgpcheck
325325 mv *.pkg.tar.* "${work_dir}/pkgs/${repo_name}/${_arch}/"
326326 touch "${work_dir}/lockfile/${repo_name}/${_arch}/${pkg}"
327327 else
Show on old repository browser