summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-04-01 22:24:05 +1100
committerVictor Tran2016-04-01 22:24:05 +1100
commitffaa0d3ac789bb8612fa723d0fd878cce54d69c9 (patch)
tree45fef5a66fe4ff2ddea503b687198cdcfdd48662
parentac2ba10b1054b63b0ec7d2352145a83441f8c993 (diff)
downloadaur-ffaa0d3ac789bb8612fa723d0fd878cce54d69c9.tar.gz
Fix License
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9a3e5d2930..655bf353ce98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = theshell
pkgrel = 0
url = https://github.com/vicr123/theshell
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = qtchooser
makedepends = git
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index 301819a29495..43e4ba52e969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Minimalistic Desktop Shell"
arch=("x86_64")
url="https://github.com/vicr123/theshell"
-license=('GPL2')
+license=('GPL3')
depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight')
optdepends=('alsa-utils: for volume controls'
'pocketsphinx: for theWave'