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 ba9d1cb81201..8a3b332eae9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gnome-shell-extension-netctl-auto-gnome-git
pkgrel = 1
url = https://github.com/nigeil/netctl-auto-gnome
arch = any
- license = unknown
+ license = GPL3
makedepends = git
depends = gnome-shell
depends = netctl
diff --git a/PKGBUILD b/PKGBUILD
index 5e78719d6844..0b67480160b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='Allows you to switch between netctl profiles using a menu in the GNOME notification area.'
arch=(any)
url="https://github.com/nigeil/netctl-auto-gnome"
-license=('unknown')
+license=('GPL3')
depends=('gnome-shell' 'netctl' 'wpa_actiond')
makedepends=('git')
provides=("${pkgname%-git}")