summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:50 +0100
committerMartchus2016-12-24 13:06:50 +0100
commit30bb59d3ef09ce2891903698d8932b9ba8cd0193 (patch)
tree47966246f512ed1c4b3fc6f86aa669d475e2de40
parentee291dc897f6c1872f68fccc2deebcfe5ccecd77 (diff)
downloadaur-30bb59d3ef09ce2891903698d8932b9ba8cd0193.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 ed2b2f3c9737..1f58fcf77fe1 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:49 UTC 2016
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.7.0
- pkgrel = 2
+ pkgver = 5.7.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
license = GPL3
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtwinextras-opensource-src-5.7.0.tar.xz
- md5sums = 45eced234b7861ff9c52696dd1b5659a
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwinextras-opensource-src-5.7.1.tar.xz
+ md5sums = 8c3f7718eea953bf501c1942a8549c18
pkgname = mingw-w64-qt5-winextras
diff --git a/PKGBUILD b/PKGBUILD
index 9ff5522b43e9..eaf0072e7ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.7.0
-pkgrel=2
+pkgver=5.7.1
+pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
@@ -20,7 +20,7 @@ license=('GPL3' 'LGPL3' 'LGPL2.1' '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=('45eced234b7861ff9c52696dd1b5659a')
+md5sums=('8c3f7718eea953bf501c1942a8549c18')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \