summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-06 07:07:05 +0300
committerDimitris Kiziridis2020-05-06 07:07:05 +0300
commita2b696e20d072f47d7f42b4805149077e222b414 (patch)
treeec544ae0125f16a936e7770f872eee4c997aec5e
parenta83535dd276b1a773bbcf82a16ee2afbdf657651 (diff)
downloadaur-a2b696e20d072f47d7f42b4805149077e222b414.tar.gz
add missing deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb557937464..c53be18e6adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)
pkgver = 1.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lakinduakash/linux-wifi-hotspot
arch = x86_64
license = BSD-2-Clause
@@ -12,6 +12,11 @@ pkgbase = linux-wifi-hotspot
depends = gtk3
depends = libx11
depends = gksu
+ depends = procps-ng
+ depends = bash
+ depends = util-linux
+ depends = dnsmasq
+ depends = iptables
optdepends = haveged: For random MAC generation
provides = create_ap
provides = wihotspot
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')