summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-12-14 01:06:25 +0100
committerMartchus2017-12-14 01:06:25 +0100
commit651d7ffac79db670d5ab4d78a51bc0c61b944977 (patch)
tree40f8475cd0b38eea6c6f5e94002f00f7b4dc703e
parent51d4af86036973e571bc67a85500a6069bb2d1a9 (diff)
downloadaur-651d7ffac79db670d5ab4d78a51bc0c61b944977.tar.gz
Update to 5.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6dac892376..d50fdf7fc1d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 17:36:27 UTC 2017
+# Thu Dec 14 00:06:25 UTC 2017
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.9.2
+ pkgver = 5.10.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-qt5-3d
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qt3d-opensource-src-5.9.2.tar.xz
- sha256sums = c955a92fe2f3f2f03493ae0e9d973ebe1c4b1e037b58f18092fa2040f5b50783
+ source = https://download.qt.io/official_releases/qt/5.10/5.10.0/submodules/qt3d-everywhere-src-5.10.0.tar.xz
+ sha256sums = 12457e7227c793274329371c60b9028ab3e44db837e875e2c460367c1dbd34ab
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index a3b37326724f..509e2ecc9312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.9.2
+pkgver=5.10.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
@@ -19,9 +19,9 @@ options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
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")
-sha256sums=('c955a92fe2f3f2f03493ae0e9d973ebe1c4b1e037b58f18092fa2040f5b50783')
+_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('12457e7227c793274329371c60b9028ab3e44db837e875e2c460367c1dbd34ab')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \