no updates is not an error

This commit is contained in:
2026-04-10 15:57:16 +02:00
parent 1eadebf0a5
commit 2edbc6943d

View File

@@ -17,7 +17,7 @@ fi
# Check version
if [ "${pkgver}" = "${oldver}" ] && [ -z "${FORCE_REBUILD}" ]; then
echo >/dev/stderr "Error: same (old) version specified - update aborted"
exit 1
exit
fi
# Get variables from PKGBUILD