summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:09:02 +0200
committerMartchus2016-06-16 10:09:02 +0200
commitccef5f4cf6138aad4c85550478fdfd819d37196d (patch)
tree5d04283322e8ac463da9e03b1e7f64d2063b411b
parent9f8cc17e9ef9d1cd47e8312edf7cbebf8f284e04 (diff)
downloadaur-ccef5f4cf6138aad4c85550478fdfd819d37196d.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6a757e2da2..a03d850bedae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 26 09:24:51 UTC 2016
+# Thu Jun 16 08:09:00 UTC 2016
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.6.0
- pkgrel = 3
+ pkgver = 5.6.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-tools
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttools-opensource-src-5.6.0.tar.xz
- md5sums = 5dd6204df7c81c684607f2fc8a5d351a
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qttools-opensource-src-5.6.1.tar.xz
+ md5sums = bf2cea01e94140524a3fc58c2f2ddebc
pkgname = mingw-w64-qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 1fc675d6a5a6..b10fe8ce9c66 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.6.0
-pkgrel=3
+pkgver=5.6.1
+pkgrel=1
arch=('any')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative')
@@ -18,7 +18,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=('5dd6204df7c81c684607f2fc8a5d351a')
+md5sums=('bf2cea01e94140524a3fc58c2f2ddebc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"