summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')