git » qt5-graphicaleffects.git » commit aaa2f84

Fix licenses (FS#49801,FS#49802,FS#49803,FS#49804,FS#49805)

author Antonio Rojas
2016-06-24 18:30:00 UTC
committer Antonio Rojas
2016-06-24 18:30:00 UTC
parent 1279e59e9fe8b89f741b353907f366e4990f2952

Fix licenses (FS#49801,FS#49802,FS#49803,FS#49804,FS#49805)

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index b652348..21ad287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=${_qtver/-/}
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Graphical effects for use with Qt Quick 2'
 depends=('qt5-declarative')
 makedepends=()