@xx777
Hello,
Looking at the files within this repo, it appears this project is using the GPL-2.0-only OR BSD-3-Clause license. According to the PKGBUILD Guidelines, license() should be written in the same SDPX format. Therefore, I recommend applying what the following diff shows:
diff --git a/PKGBUILD b/PKGBUILD
index 7721dec..6b7b738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgbase=rtw89
pkgname=rtw89-dkms-git
-pkgver=r2001.e2be1a0
+pkgver=r2007.38e5ab3
pkgrel=1
pkgdesc="Drivers for Realtek Wi-Fi 6/6E and Wi-Fi 7 adapters"
arch=('any')
url="https://github.com/morrownr/rtw89"
-license=('GPL2')
+license=('GPL-2.0-only OR BSD-3-Clause')
makedepends=('git')
depends=('dkms' 'linux-firmware-realtek')
optdepends=('usb_modeswitch: A tool that switches the USB adapter from DriverCD mode to Wi-Fi mode')
Pinned Comments
xx777 commented on 2024-11-12 20:51 (UTC) (edited on 2026-08-05 19:58 (UTC) by xx777)
Reminders:
If your USB Wi-Fi adapter is in CD-ROM mode, you need to install
usb_modeswitch, a tool that can switch your adapter to Wi-Fi mode.Before installing this package, make sure your system has the corresponding kernel headers and the package
base-develinstalled.You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw89 driver.
ONLY kernel 6.6 to 7.2 are supported currently.