summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--hotspot.pngbin0 -> 1880 bytes
3 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c53be18e6adf..facecde07cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,16 +4,14 @@ pkgbase = linux-wifi-hotspot
pkgrel = 3
url = https://github.com/lakinduakash/linux-wifi-hotspot
arch = x86_64
- license = BSD-2-Clause
+ license = BSD
makedepends = cmake
makedepends = gendesk
depends = hostapd
depends = iw
depends = gtk3
- depends = libx11
depends = gksu
depends = procps-ng
- depends = bash
depends = util-linux
depends = dnsmasq
depends = iptables
diff --git a/PKGBUILD b/PKGBUILD
index eaa5669080b1..fc2aa9ea39e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,12 @@ 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'
-license=('BSD-2-Clause')
+license=('BSD')
depends=('hostapd'
'iw'
'gtk3'
- 'libx11'
'gksu'
'procps-ng'
- 'bash'
'util-linux'
'dnsmasq'
'iptables')
diff --git a/hotspot.png b/hotspot.png
new file mode 100644
index 000000000000..dc4fa202e2ec
--- /dev/null
+++ b/hotspot.png
Binary files differ