summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-06-25 14:48:22 +0200
committerMartchus2018-06-25 14:48:22 +0200
commit0c26b1a4f2445a8eaa06b85d45504b190913d769 (patch)
treebb21e4ba61e9cc761d6f715099edbbf2e0741fa1
parentfa736feee3e8c6ca3ec38c2fc4c051279f05bd03 (diff)
downloadaur-0c26b1a4f2445a8eaa06b85d45504b190913d769.tar.gz
Update to 5.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d9f4b54c65..af88efbf35da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-quickcontrols2
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)
- pkgver = 5.11.0
+ pkgver = 5.11.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-quickcontrols2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.0/submodules/qtquickcontrols2-everywhere-src-5.11.0.tar.xz
- sha256sums = feac87e9a6ecff47bd8c18baffb93f4cea9ebb86014f817bfafe62da88454ac3
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtquickcontrols2-everywhere-src-5.11.1.tar.xz
+ sha256sums = bdb066fa0d51ad36a2c756d4cba63892587638e5df9b9b6ee63b963ff39ec442
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index b1ccb84ccd20..08c252c2ec6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.11.0
+pkgver=5.11.1
pkgrel=1
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)"
@@ -22,7 +22,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-$pkgver"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('feac87e9a6ecff47bd8c18baffb93f4cea9ebb86014f817bfafe62da88454ac3')
+sha256sums=('bdb066fa0d51ad36a2c756d4cba63892587638e5df9b9b6ee63b963ff39ec442')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \