summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d51963d6605f..165d7b2e6099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = ap
license = GPL
depends = hostapd
depends = dnsmasq
- optdepends = systemd: for service
+ depends = iw
+ optdepends = systemd: service manager
backup = etc/ap/ap.conf
source = ap-git::git+https://github.com/springzfx/ap#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a3402dd7afd0..d9c43882837e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="simple wireless ap support both ipv4 and ipv6 with nat"
arch=('x86_64')
url="https://github.com/springzfx/ap"
license=('GPL')
-depends=('hostapd' 'dnsmasq')
-optdepends=('systemd: for service')
+depends=('hostapd' 'dnsmasq' 'iw')
+optdepends=('systemd: service manager')
source=('ap-git::git+https://github.com/springzfx/ap#branch=master')
md5sums=('SKIP')