@noraj: regarding versioning, I think this is a good point. The wiki privides some guidance there: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function. Even better than hardcoding the version number is to use the last fallback routine
pkgver() {
cd "$pkgname"
( set -o pipefail
git describe --long 2>/dev/null | sed 's/([^-]*-g)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}
On the other hand, optdepends is not required: there is already a dkms dependency, which has the linux-headers optdepends. It is unadvised and unnecessary to repeat them, since they are inherited from dkms.
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