From 254298a1bb76fe36260379680ef2c81df5d282eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 1 Jul 2023 08:20:11 +0200 Subject: Update timeprefix to version 3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- upload | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'upload') diff --git a/upload b/upload index 9d63269..d1b555f 100755 --- a/upload +++ b/upload @@ -4,7 +4,9 @@ set -e cd "$(dirname "${0}")" -makepkg --install --clean +if test ! "${SKIP_BUILD}" = y; then + makepkg --install --clean +fi newpkg=0 pkgname="$(. PKGBUILD && echo "${pkgname}")" -- cgit v1.2.3-70-g09d2