summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:08 +0100
committerMartchus2016-12-08 20:41:08 +0100
commitee291dc897f6c1872f68fccc2deebcfe5ccecd77 (patch)
treed00d0896227929caf782a63a3eac29f89bfd4827
parentfb7f5cb55fcf4651fc3acdd760ab7bd77c768dc0 (diff)
downloadaur-ee291dc897f6c1872f68fccc2deebcfe5ccecd77.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4348b02f1506..ed2b2f3c9737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:34 UTC 2016
+# Thu Dec 8 19:41:08 UTC 2016
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
pkgver = 5.7.0
@@ -7,7 +7,10 @@ pkgbase = mingw-w64-qt5-winextras
url = https://www.qt.io/
arch = any
license = GPL3
- license = LGPL
+ license = LGPL3
+ license = LGPL2.1
+ license = FDL
+ license = custom
makedepends = mingw-w64-gcc
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 11d66bdc740d..9ff5522b43e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgdesc="Classes and functions that enable you to use Windows-specific functions
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
-license=('GPL3' 'LGPL')
+license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom')
url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")