mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
packages: bump PKG_REV so today's fixes flow through pacman updates
These packages have empty or upstream-pinned PKG_VERSION, so without a PKG_REV bump pacman never sees the new build as an update and the fixes would only reach users through a reflash. Covers headphone_sense and input.service (system-utils), the LED and audio quirks (quirks), the s2idle defaults (sleep), the Soysauce SDL mapping (gamecontrollerdb) and the rewritten udev swap rule (RTL8188EUS). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
PKG_NAME="gamecontrollerdb"
|
||||
PKG_VERSION="e1efb4bad8730b2c0c6316617cbd06b9def1192e"
|
||||
PKG_REV="2"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||||
PKG_SITE="https://github.com/gabomdq/SDL_GameControllerDB"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
PKG_NAME="quirks"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="2"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE=""
|
||||
PKG_URL=""
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
PKG_NAME="RTL8188EUS"
|
||||
PKG_VERSION="af3bf004458f76b7aec33e9ba552cd382ed1f5c3"
|
||||
PKG_REV="2"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/aircrack-ng/rtl8188eus"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
PKG_NAME="sleep"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="2"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_DEPENDS_TARGET="systemd"
|
||||
PKG_SITE=""
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
PKG_NAME="system-utils"
|
||||
PKG_VERSION=""
|
||||
PKG_REV="2"
|
||||
PKG_LICENSE="mix"
|
||||
PKG_DEPENDS_TARGET="toolchain sleep"
|
||||
PKG_SITE=""
|
||||
|
||||
Reference in New Issue
Block a user