git » qt5-scxml.git » commit ba682f4

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 c9925bd8029dc7c890679a9f306640d22275cbe2

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

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index bfd93a1..1c4a92d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,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='Static and runtime integration of SCXML models into Qt code'
 depends=('qt5-declarative')
 makedepends=()