summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:46 +0200
committerMartchus2017-06-08 21:42:46 +0200
commitc39e51b44245d26641ff529eed5039ca8231bd77 (patch)
treeb819400d7627f2859ed6ef68db03f4ba3a544acb
parent5ae00a398a76b77353b65ed05757e415a4794946 (diff)
downloadaur-c39e51b44245d26641ff529eed5039ca8231bd77.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92df621b3f06..ab4eee5a02ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 20:00:56 UTC 2017
+# Thu Jun 8 19:42:46 UTC 2017
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -21,10 +21,10 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtwinextras-opensource-src-5.8.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtwinextras-opensource-src-5.9.0.tar.xz
source = 0001-Fix-condition-for-_WIN32_IE-SHCreateItemFromParsingN.patch
- md5sums = fb54b164c07b5dd0994315fc62978a2e
- md5sums = 9a57a574a20a134d2942351f6a8063c1
+ sha256sums = 7280ae2a5d7cb563f23c48b5f8c37e340ce63950c6ab9f8fdf95072b3137b08b
+ sha256sums = 6af1bdabab3ea822c398082abd32c0749ab4a1ef9a56eece75ca19c4e5c8d546
pkgname = mingw-w64-qt5-winextras
diff --git a/PKGBUILD b/PKGBUILD
index 5ea2d3165b3c..62e81d3afabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.8.0
+pkgver=5.9.0
pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
@@ -22,8 +22,8 @@ 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"
'0001-Fix-condition-for-_WIN32_IE-SHCreateItemFromParsingN.patch')
-md5sums=('fb54b164c07b5dd0994315fc62978a2e'
- '9a57a574a20a134d2942351f6a8063c1')
+sha256sums=('7280ae2a5d7cb563f23c48b5f8c37e340ce63950c6ab9f8fdf95072b3137b08b'
+ '6af1bdabab3ea822c398082abd32c0749ab4a1ef9a56eece75ca19c4e5c8d546')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \