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 3ec0fde88283..e0c04569e870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = tint3-cpp-git
arch = i686
arch = x86_64
arch = armv7h
- license = GPL3
+ license = GPL2
makedepends = git
makedepends = cmake
depends = imlib2
diff --git a/PKGBUILD b/PKGBUILD
index 9b2e7be1efd8..5527b943baf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A C++ rewrite attempt of the tint2 panel."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/jmc-88/tint3"
-license=('GPL3')
+license=('GPL2')
depends=('imlib2' 'pango' 'libxinerama' 'libxrandr' 'libxcomposite' 'startup-notification')
makedepends=('git' 'cmake')
source=('tint3::git+https://github.com/jmc-88/tint3.git')