From 32dff1d071bd5b06f76751b4a7f31d7102d65277 Mon Sep 17 00:00:00 2001 From: ftworld Date: Sat, 21 Feb 2026 17:35:05 -0600 Subject: [PATCH] Update to 1.0.2 - fix build on kernel 6.18 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5d8289d06bd89..fe6974931e16c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = hp-omen-gaming-wmi-dkms pkgdesc = HP WMI driver for OMEN Gaming laptops (unlocked TGP and board 8E35 support) - pkgver = 1.0.1 + pkgver = 1.0.2 pkgrel = 1 url = https://github.com/nevetscar/hp-omen-gaming-wmi-dkms arch = any license = GPL2 makedepends = git depends = dkms - source = git+https://github.com/nevetscar/hp-omen-gaming-wmi-dkms.git#tag=v1.0.1 + source = git+https://github.com/nevetscar/hp-omen-gaming-wmi-dkms.git#tag=v1.0.2 sha256sums = SKIP pkgname = hp-omen-gaming-wmi-dkms diff --git a/PKGBUILD b/PKGBUILD index 536d0acfbfccb..56d60b19bf9f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=hp-omen-gaming-wmi-dkms _pkgname=hp-wmi -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="HP WMI driver for OMEN Gaming laptops (unlocked TGP and board 8E35 support)" url="https://github.com/nevetscar/hp-omen-gaming-wmi-dkms"