In pkgver()
what about printf '%s.r%s.g%s' '5.2.20.2' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
instead of printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
?
So the DKMS module will be versioned like this rtl88xxau/5.2.20.2.r600.983ec8c
instead of rtl88xxau/r600.983ec8c
.
Also what about putting the linux headers as optdeps ?
optdepends=('linux-headers: build modules against the Arch kernel'
'linux-lts-headers: build modules against the LTS kernel'
'linux-zen-headers: build modules against the ZEN kernel'
'linux-hardened-headers: build modules against the HARDENED kernel')
Because those headers are required, but since different arch based distro use other linux packages or use different version we should just put them as opt so people don't forget that linux header are required.
Pinned Comments
iyanmv commented on 2020-01-10 16:02 (UTC)
This package now forces to use the branch
v5.6.4.2
(the one that works better for me), which is the default one in the remote repository although they still mention branchv5.3.4
as the stable one. If you have any issues, please leave a comment, and also tried to change the branch in the source array. For example, change it to:Read the README.me to learn how to set your interface in monitor mode (and other things).
Important: Use
ip
andiw
instead ofifconfig
andiwconfig