diff --git a/build.sh b/build.sh index 0c4f553..1a15fc8 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ build() { fi if ! compgen -G "/repo/${name}-${epoch}${ver}-${rel}-*.pkg.tar.zst" >/dev/null; then + echo "Building package ${name}-${epoch}${ver}-${rel}" if makepkg --nodeps --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --nocheck --noconfirm --sign; then for pkg in *.pkg.tar.zst; do cp "${pkg}"{,.sig} /repo/