summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:04 +0100
committerMartchus2016-12-08 20:41:04 +0100
commit2bbd5dd989af6e4bb420a3ddd8bee83b1656f3f8 (patch)
tree00722d3bf8dc1d3477318342c866ddf8820816e4
parentc92046b23d75c38b022586cbfe6f39518fc61dc1 (diff)
downloadaur-2bbd5dd989af6e4bb420a3ddd8bee83b1656f3f8.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f420461feffd..cfd0b9ad0c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:29 UTC 2016
+# Thu Dec 8 19:41:04 UTC 2016
pkgbase = mingw-w64-qt5-script
pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
+ 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 39e7229ead5f..701a4641d10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
-license=('GPL3' 'LGPL')
+license=('GPL3' 'LGPL' '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")