summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:08 +0100
committerMartchus2016-12-08 20:41:08 +0100
commit624e2dd53b324f8d4a3b944ac78ef7667e458fa1 (patch)
tree9f612355f214ad60e5c9f24736ce688e79e7093d /PKGBUILD
parent1b0cf2d86405c7d57674f18a733636bc0e3b2580 (diff)
downloadaur-624e2dd53b324f8d4a3b944ac78ef7667e458fa1.tar.gz
Fix misc issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf130673444..3ab1d9d61063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
_qt_module=qtcanvas3d
pkgname="mingw-w64-qt5-canvas3d"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="A JavaScript 3D rendering API for Qt Quick (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
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")