summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormiryo2024-02-27 14:29:22 +0900
committermiryo2024-02-27 14:29:22 +0900
commit5130aa4128d81e3adabf18b3c823b0a1e6ae9070 (patch)
tree2cee5414b800f9650bca31e6def0878137821f53
parentcaa349328097ba2ce664e7de11698a403b48379e (diff)
downloadaur-hostapd-wifi6.tar.gz
fix: wrong depend on 'iwd' instead of 'iw'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a11e53bfbf..9940f0408f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index feb77e1df09d..2e5377c9b213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')