aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott B2021-11-08 10:10:12 -0800
committerScott B2021-11-10 21:06:07 -0800
commitefa444d264267a524182e2c87a3e22ab60642200 (patch)
tree2d31cc12783e3172ed9267437c88fa7c68256515 /PKGBUILD
parent448887aef62537043f9ff635ee19bc8cdf53d9a9 (diff)
downloadaur-efa444d264267a524182e2c87a3e22ab60642200.tar.gz
pkg: switch ROG fan control faux-pkg to 'ASUS-WMI-FAN-CONTROL'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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"