diff options
author | miryo | 2024-02-27 14:29:22 +0900 |
---|---|---|
committer | miryo | 2024-02-27 14:29:22 +0900 |
commit | 5130aa4128d81e3adabf18b3c823b0a1e6ae9070 (patch) | |
tree | 2cee5414b800f9650bca31e6def0878137821f53 | |
parent | caa349328097ba2ce664e7de11698a403b48379e (diff) | |
download | aur-5130aa4128d81e3adabf18b3c823b0a1e6ae9070.tar.gz |
fix: wrong depend on 'iwd' instead of 'iw'
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = hostapd-wifi6 pkgdesc = hostapd than enabled AC/AX and ACS support and applied intel lar patch, provide useful service unit hostapd@.service and hostapd-ACS@.service pkgver = 2.10 - pkgrel = 15 + pkgrel = 16 url = https://w1.fi/hostapd arch = x86_64 arch = aarch64 @@ -10,7 +10,7 @@ pkgbase = hostapd-wifi6 depends = libnl depends = openssl depends = sqlite - depends = iwd + depends = iw depends = lshw depends = jq provides = hostapd @@ -1,12 +1,12 @@ pkgname=hostapd-wifi6 pkgdesc='hostapd than enabled AC/AX and ACS support and applied intel lar patch, provide useful service unit hostapd@.service and hostapd-ACS@.service' pkgver=2.10 -pkgrel=15 +pkgrel=16 arch=('x86_64' 'aarch64') url=https://w1.fi/hostapd license=('BSD') depends=('glibc' 'libnl' 'openssl' 'sqlite' - 'iwd' 'lshw' 'jq' # for hostapd-preferred.sh + 'iw' 'lshw' 'jq' # for hostapd-preferred.sh ) conflicts=('hostapd') provides=('hostapd') |