aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott B2021-11-08 10:10:12 -0800
committerScott B2021-11-10 21:06:07 -0800
commitefa444d264267a524182e2c87a3e22ab60642200 (patch)
tree2d31cc12783e3172ed9267437c88fa7c68256515
parent448887aef62537043f9ff635ee19bc8cdf53d9a9 (diff)
downloadaur-efa444d264267a524182e2c87a3e22ab60642200.tar.gz
pkg: switch ROG fan control faux-pkg to 'ASUS-WMI-FAN-CONTROL'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9127afdf07fb..9e39fc09c2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -86,9 +86,9 @@ pkgname = linux-xanmod-rog
depends = initramfs
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
+ provides = ASUS-WMI-FAN-CONTROL
provides = linux-rog
pkgname = linux-xanmod-rog-headers
pkgdesc = Headers and scripts for building modules for the Linux Xanmod kernel
depends = pahole
- provides = linux-rog-headers
diff --git a/PKGBUILD b/PKGBUILD
index 2ed16a7a901f..270abf397359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -363,7 +363,7 @@ _package() {
depends=(coreutils kmod initramfs)
optdepends=('crda: to set the correct wireless channels of your country'
'linux-firmware: firmware images needed for some devices')
- provides+=(linux-rog)
+ provides+=(ASUS-WMI-FAN-CONTROL linux-rog)
cd "linux-${_major}"
local kernver="$(<version)"
@@ -388,7 +388,6 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
depends=(pahole)
- provides+=(linux-rog-headers)
cd "linux-${_major}"
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"