packages: give quirks, sleep and system-utils a real version

Empty PKG_VERSION made gen-pacman-repo fall back to a garbage version
derived from the install dirname (quirks--quirks.-1) and broke the
package.mk lookup, so the PKG_REV bump was never honoured and pacman
could not see these packages as upgradable. Version them 2.1; vercmp
ranks it above the old garbage string, so 2.0 installs upgrade cleanly.
This commit is contained in:
Douglas Teles
2026-07-07 21:59:07 -03:00
parent 8b0f09c43e
commit 330c4199a6
3 changed files with 6 additions and 6 deletions
@@ -2,8 +2,8 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="quirks"
PKG_VERSION=""
PKG_REV="2"
PKG_VERSION="2.1"
PKG_REV="1"
PKG_LICENSE="GPLv2"
PKG_SITE=""
PKG_URL=""
@@ -2,8 +2,8 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="sleep"
PKG_VERSION=""
PKG_REV="2"
PKG_VERSION="2.1"
PKG_REV="1"
PKG_LICENSE="OSS"
PKG_DEPENDS_TARGET="systemd"
PKG_SITE=""
@@ -1,8 +1,8 @@
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
PKG_NAME="system-utils"
PKG_VERSION=""
PKG_REV="2"
PKG_VERSION="2.1"
PKG_REV="1"
PKG_LICENSE="mix"
PKG_DEPENDS_TARGET="toolchain sleep"
PKG_SITE=""