summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:48 +0100
committerMartchus2016-12-24 13:06:48 +0100
commit4760e87d7dd81ecd2b445db0a64ac2000a49a7d3 (patch)
tree39a59ad55734395442845f24031d2762ac258fc9
parent004bdcabdce5d79b82138bfa1d796e26c7e4b3d6 (diff)
downloadaur-4760e87d7dd81ecd2b445db0a64ac2000a49a7d3.tar.gz
Update to 5.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d83c56f1dd..66c63d7f1890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 19:41:08 UTC 2016
+# Sat Dec 24 12:06:47 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 = 3
+ pkgver = 5.7.1
+ pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-qt5-3d
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qt3d-opensource-src-5.7.0.tar.xz
- md5sums = 3219ec1a97c155915b1f0f036f13854e
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qt3d-opensource-src-5.7.1.tar.xz
+ md5sums = 5ddde27e7fa6eb1e422a1f54d8a7cbeb
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index 514667c50508..42affa6d8036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.7.0
-pkgrel=3
+pkgver=5.7.1
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
@@ -20,7 +20,7 @@ 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")
-md5sums=('3219ec1a97c155915b1f0f036f13854e')
+md5sums=('5ddde27e7fa6eb1e422a1f54d8a7cbeb')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \