summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:00:10 +0200
committerMartchus2016-06-16 10:00:10 +0200
commitad67973af59ca7ed719d411b46446b0325115da4 (patch)
treed9cc67a51473ad535a3651292cb63cc0a1c36f8b
parentf36597c7216a592c02a667b8675e8668b2331364 (diff)
downloadaur-ad67973af59ca7ed719d411b46446b0325115da4.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fc0653cf7a..dea9b5be4453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:58 UTC 2016
+# Thu Jun 16 08:00:10 UTC 2016
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-3d
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qt3d-opensource-src-5.6.0.tar.xz
- md5sums = fba04c921d53fc3ec6794e2a2a75ca60
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qt3d-opensource-src-5.6.1.tar.xz
+ md5sums = 8227248e5800be8d684a2700fca143e6
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index dce731ee86fb..d6fdfc988c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
arch=('any')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
@@ -17,7 +17,7 @@ license=('GPL3' 'LGPL')
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=('fba04c921d53fc3ec6794e2a2a75ca60')
+md5sums=('8227248e5800be8d684a2700fca143e6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"