summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f448d0551ea4..63b157a3dc8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
arch = aarch64
- license = BSD
+ license = BSD-2-Clause
depends = gtk3
depends = hostapd
depends = iproute2
diff --git a/PKGBUILD b/PKGBUILD
index a7e198b523e6..8549b57d443b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Feature-rich wifi hotspot creator"
arch=('x86_64' 'aarch64')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
-license=('BSD')
+license=('BSD-2-Clause')
depends=('gtk3' 'hostapd' 'iproute2' 'iw' 'procps-ng' 'qrencode')
optdepends=("dnsmasq: For 'NATed' or 'None' Internet sharing method"
"iptables: For 'NATed' or 'None' Internet sharing method"