summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:04 +0100
committerMartchus2016-12-08 20:41:04 +0100
commitea6264a0736a04ef891a30b0835deac4415c88c3 (patch)
tree095ede7cf8b0f4bcfb1ec4f45dca50a0bdbc8642
parent30195e2d58feb53022761dbc996c134d6f30675c (diff)
downloadaur-ea6264a0736a04ef891a30b0835deac4415c88c3.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bbc913eeb67..9c1afb65414b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:28 UTC 2016
+# Thu Dec 8 19:41:04 UTC 2016
pkgbase = mingw-w64-qt5-xmlpatterns
pkgdesc = Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64)
pkgver = 5.7.0
@@ -7,7 +7,9 @@ pkgbase = mingw-w64-qt5-xmlpatterns
url = https://www.qt.io/
arch = any
license = GPL3
- license = LGPL
+ license = LGPL3
+ 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 ce78d23022f6..b08f384a8949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgdesc="Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
-license=('GPL3' 'LGPL')
+license=('GPL3' 'LGPL3' '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")