summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:08 +0100
committerMartchus2016-12-08 20:41:08 +0100
commit004bdcabdce5d79b82138bfa1d796e26c7e4b3d6 (patch)
tree95b4f3ae89feef22fc825f71afa866ed33faa0d6
parent53a7bbb609d7d0396ab0749b72687048b5345c8c (diff)
downloadaur-004bdcabdce5d79b82138bfa1d796e26c7e4b3d6.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba80c55d1f65..d8d83c56f1dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:31 UTC 2016
+# Thu Dec 8 19:41:08 UTC 2016
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = i686
arch = x86_64
license = GPL3
- license = LGPL
+ license = LGPL3
+ license = FDL
+ license = custom
makedepends = mingw-w64-gcc
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
diff --git a/PKGBUILD b/PKGBUILD
index ad4ec172698a..514667c50508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
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")