summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-01 13:38:43 +0100
committerMartchus2022-11-01 13:38:43 +0100
commitd857b75cca890cff7f3259dbdfe2e9f5d1f6d886 (patch)
tree29251a2ca538ce399ebb09f8ad4d09747fa89be9
parented8748380a6161128160e4e8c6832ccfe9e20b43 (diff)
downloadaur-d857b75cca890cff7f3259dbdfe2e9f5d1f6d886.tar.gz
Update/rebase to 5.15.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41cab8c77ec3..c2aedeb43f2b 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.6+kde+r0
+ pkgver = 5.15.7
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=e62b8b6d2f45a79652238b33f4bbe23023004ae7
+ source = git+https://invent.kde.org/qt/qt/qtquickcontrols#commit=c7dae5f6041d6c076311f2d8ed13fcfe3598be70
sha256sums = SKIP
pkgname = mingw-w64-qt5-quickcontrols-static
diff --git a/PKGBUILD b/PKGBUILD
index c1954f08c285..ee72aa389f98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,16 +11,15 @@
_qt_module=qtquickcontrols
pkgname=mingw-w64-qt5-quickcontrols-static
-pkgver=5.15.6
+pkgver=5.15.7
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=e62b8b6d2f45a79652238b33f4bbe23023004ae7
+_commit=c7dae5f6041d6c076311f2d8ed13fcfe3598be70
_basever=$pkgver
-pkgver+=+kde+r0
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')