summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitrios Vogiatzis2016-11-11 04:51:49 +0000
committerDimitrios Vogiatzis2016-11-11 05:07:51 +0000
commite9a6a808a17cb5cfa3316f5cbf50dbc9e475c8b7 (patch)
treea9b44e1c6e46557542a96349eadfa890444fc005
parent9b2fca598a67ce90c3985e3a6b0fa2f7618df697 (diff)
downloadaur-e9a6a808a17cb5cfa3316f5cbf50dbc9e475c8b7.tar.gz
We don't need to declare dependencies from the 'base' and 'base-devel' groups
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d82ed08753af..7668ee931cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
arch=('any')
url="https://github.com/oblique/create_ap"
license=('BSD')
-depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
- 'iptables' 'util-linux' 'procps-ng')
+depends=('hostapd' 'iw' 'dnsmasq' 'iptables')
optdepends=('haveged: boost low entropy')
makedepends=('git')
backup=('usr/lib/systemd/system/create_ap.service')