summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:09:05 +0200
committerMartchus2016-06-16 10:09:05 +0200
commit975f4ec2c00e2f4e2cfc003d38cd79c935a27351 (patch)
treec0c72db7bc62a74b091a3516190e917065648d34
parentc8c3ad914d7ea4419176cabdc788f0bb0ce92990 (diff)
downloadaur-975f4ec2c00e2f4e2cfc003d38cd79c935a27351.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 650d2b1340ed..0212412ea173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:59 UTC 2016
+# Thu Jun 16 08:09:05 UTC 2016
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwinextras-opensource-src-5.6.0.tar.xz
- md5sums = 4e40054a0ec59061d0da2fbc23fc69f1
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtwinextras-opensource-src-5.6.1.tar.xz
+ md5sums = d5ec1fa22195ba0a38ac758787c5595d
pkgname = mingw-w64-qt5-winextras
diff --git a/PKGBUILD b/PKGBUILD
index 7caed29afe2d..6d1cf6d8c325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (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=('4e40054a0ec59061d0da2fbc23fc69f1')
+md5sums=('d5ec1fa22195ba0a38ac758787c5595d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"