summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:37:38 +0100
committerMartchus2024-01-09 17:37:38 +0100
commit062e083053117b5a93c586b0f9ebdd0fd4f87b50 (patch)
treee62c2ed58a43a73aaaa8b019f9e4096dac5e85c9
parent84415ba158a9fddb742c6d614cea397f74f9d694 (diff)
downloadaur-062e083053117b5a93c586b0f9ebdd0fd4f87b50.tar.gz
Update to 5.15.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c666e0ee0de..fe4a4de6d0c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-quickcontrols-static
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)
- pkgver = 5.15.11
+ pkgver = 5.15.12
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-quickcontrols-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtquickcontrols#commit=dcc90558d9c0cba41eec7df290943994289b0e87
+ source = git+https://invent.kde.org/qt/qt/qtquickcontrols#commit=1ca962198a703f591efc7c8f7540fc4120746a00
sha256sums = SKIP
pkgname = mingw-w64-qt5-quickcontrols-static
diff --git a/PKGBUILD b/PKGBUILD
index faf890609478..2a79239bc44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@
_qt_module=qtquickcontrols
pkgname=mingw-w64-qt5-quickcontrols-static
-pkgver=5.15.11
+pkgver=5.15.12
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=dcc90558d9c0cba41eec7df290943994289b0e87
+_commit=1ca962198a703f591efc7c8f7540fc4120746a00
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')