summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:42:08 +0200
committerMartchus2019-06-26 14:42:08 +0200
commit8e1a53a0c6c3f0b71d1e6be9b9e96029459b3a4f (patch)
tree052ce61d8951096eddfcab3b9a59d6ed08c4af42
parentb926a24c283e1946c4214df5ea94443967407d40 (diff)
downloadaur-8e1a53a0c6c3f0b71d1e6be9b9e96029459b3a4f.tar.gz
Update to 5.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291a7f2605ef..effa8987a3df 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.12.3
+ pkgver = 5.13.0
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.12/5.12.3/submodules/qtquickcontrols2-everywhere-src-5.12.3.tar.xz
- sha256sums = e855e8369c3cb5a2ebcd2028a2a195ba73945fd9d5bc26134706c2fa14e99b3a
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtquickcontrols2-everywhere-src-5.13.0.tar.xz
+ sha256sums = a5cb7e6d68285203bfb1aee87551228879fa9d93d87be5c8bab38e5a79dc916d
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index 57625f539ae5..4a5b068ef065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.12.3
+pkgver=5.13.0
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=('e855e8369c3cb5a2ebcd2028a2a195ba73945fd9d5bc26134706c2fa14e99b3a')
+sha256sums=('a5cb7e6d68285203bfb1aee87551228879fa9d93d87be5c8bab38e5a79dc916d')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \