summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Hunger2017-07-18 15:14:06 +0200
committerTobias Hunger2017-07-18 15:14:06 +0200
commite98861a6af41ea8102d827d391366af651c4a69b (patch)
tree68d2297f542923bea1695d15a24e5fc93b2c30d5 /PKGBUILD
parentb78b12aa528d6244dc0ca2560c5348d06e67c6c3 (diff)
downloadaur-e98861a6af41ea8102d827d391366af651c4a69b.tar.gz
Fix license
Creator was relicensed to GPL a while ago.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ca4176d542b..c7cbd0c1653f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
url='https://www.qt.io/ide/'
-license=('LGPL')
+license=('GPL')
depends=('clang' 'qbs' 'qt5-svg' 'qt5-tools' 'qt5-webengine')
makedepends=('git' 'llvm' 'mesa')
options=('docs')