summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:50 +0100
committerMartchus2016-12-24 13:06:50 +0100
commitcd14a433040a420ed0f0e3584af60f33bd866662 (patch)
tree14ddd9904a08f6c0b7b5339e4b3e35b8c8c10ee1
parent624e2dd53b324f8d4a3b944ac78ef7667e458fa1 (diff)
downloadaur-cd14a433040a420ed0f0e3584af60f33bd866662.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 f2810991ff1b..89208a48e292 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:50 UTC 2016
pkgbase = mingw-w64-qt5-canvas3d
pkgdesc = A JavaScript 3D rendering API for Qt Quick (mingw-w64)
- pkgver = 5.7.0
- pkgrel = 3
+ pkgver = 5.7.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
license = GPL3
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-canvas3d
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtcanvas3d-opensource-src-5.7.0.tar.xz
- md5sums = 1974a0025f96a2cc08948fbdb422805f
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcanvas3d-opensource-src-5.7.1.tar.xz
+ md5sums = 3f6c69a6259c67698107f848addea1c1
pkgname = mingw-w64-qt5-canvas3d
diff --git a/PKGBUILD b/PKGBUILD
index 3ab1d9d61063..3bf211ed2ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_qt_module=qtcanvas3d
pkgname="mingw-w64-qt5-canvas3d"
-pkgver=5.7.0
-pkgrel=3
+pkgver=5.7.1
+pkgrel=1
arch=('any')
pkgdesc="A JavaScript 3D rendering API for Qt Quick (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
@@ -19,7 +19,7 @@ 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")
-md5sums=('1974a0025f96a2cc08948fbdb422805f')
+md5sums=('3f6c69a6259c67698107f848addea1c1')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \