summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-05-13 18:16:42 +0300
committerDimitris Kiziridis2020-05-13 18:16:42 +0300
commit8585bc68a96c5d10fcb0781bbf619b2328622283 (patch)
treecb2efbaf7c77ea16cf8fc871828627d052ef7a37
parenta2b696e20d072f47d7f42b4805149077e222b414 (diff)
downloadaur-8585bc68a96c5d10fcb0781bbf619b2328622283.tar.gz
sanitize pkgbuild
-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