summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-10 21:44:17 +0200
committerMartchus2023-04-10 21:44:17 +0200
commitd73dc1018188b650c6480eb5c5cf756969623282 (patch)
tree1ef2ecdc211ce9c2ffd3d43e57a6d66e2ec3f27b
parentc4b92f3b9b642aa2ef7c82c9ac0eec2bda2c47ef (diff)
downloadaur-d73dc1018188b650c6480eb5c5cf756969623282.tar.gz
Rebase on 5.15.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14eedc2c55d..b84494c28a0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-quickcontrols2-static
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)
- pkgver = 5.15.8+kde+r7
+ pkgver = 5.15.9+kde+r5
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-quickcontrols2-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtquickcontrols2#commit=56ce8233382a091a8476c831edd416b5f704ae4f
+ source = git+https://invent.kde.org/qt/qt/qtquickcontrols2#commit=86a84eaa74c4071e5750f23b6e9911762880d391
sha256sums = SKIP
pkgname = mingw-w64-qt5-quickcontrols2-static
diff --git a/PKGBUILD b/PKGBUILD
index 1348de7ef921..8d872e423fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,16 +11,16 @@
_qt_module=qtquickcontrols2
pkgname=mingw-w64-qt5-quickcontrols2-static
-pkgver=5.15.8
+pkgver=5.15.9
pkgrel=1
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)"
depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-_commit=56ce8233382a091a8476c831edd416b5f704ae4f
+_commit=86a84eaa74c4071e5750f23b6e9911762880d391
_basever=$pkgver
-pkgver+=+kde+r7
+pkgver+=+kde+r5
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')