Updated pman to 1.2.0-3

This commit is contained in:
2025-03-12 21:49:38 +01:00
parent 86d0ba7084
commit 3ef485dd7c
3 changed files with 6 additions and 6 deletions

View File

@@ -9,10 +9,10 @@ else
read -p "New version: " pkgver
fi
# Check version
if [ "${pkgver}" = "${oldver}" ]; then
echo >/dev/stderr "Error: same (old) version specified - update aborted"
exit 1
fi
# if [ "${pkgver}" = "${oldver}" ]; then
# echo >/dev/stderr "Error: same (old) version specified - update aborted"
# exit 1
# fi
# Get variables from PKGBUILD
url=$(grep "source=" PKGBUILD | sed 's/source=("//;s/")//')