From 080077afa116e15318b4cbec524cbebf7920f7ba Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Sun, 7 Feb 2016 20:40:53 +0100 Subject: [PATCH] Update license information for pacman --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c51572e..35343c8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,6 +5,7 @@ # Contributor: thotypous # Contributor: Imanol Celaya # Contributor: heinz from #qt-creator +# Contributor: Tobias Hunger pkgname=qtcreator-git pkgver=v3.6.82 @@ -12,7 +13,7 @@ pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') url='http://wiki.qt.io/Category:Tools::QtCreator' -license=('LGPL') +license=('GPL') depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols') makedepends=('git' 'mesa' 'clang') options=('docs')