summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-06 07:07:05 +0300
committerDimitris Kiziridis2020-05-06 07:07:05 +0300
commita2b696e20d072f47d7f42b4805149077e222b414 (patch)
treeec544ae0125f16a936e7770f872eee4c997aec5e /PKGBUILD
parenta83535dd276b1a773bbcf82a16ee2afbdf657651 (diff)
downloadaur-a2b696e20d072f47d7f42b4805149077e222b414.tar.gz
add missing deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e714f3c016b2..eaa5669080b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linux-wifi-hotspot
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc='Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)'
arch=('x86_64')
url='https://github.com/lakinduakash/linux-wifi-hotspot'
@@ -11,7 +11,12 @@ depends=('hostapd'
'iw'
'gtk3'
'libx11'
- 'gksu')
+ 'gksu'
+ 'procps-ng'
+ 'bash'
+ 'util-linux'
+ 'dnsmasq'
+ 'iptables')
conflicts=('create_ap')
provides=('create_ap' 'wihotspot')
optdepends=('haveged: For random MAC generation')