summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-14 10:49:28 +0200
committerMartchus2023-06-14 10:49:28 +0200
commitd484ed9dac5ac87e7c01d4c7b6a78f8a8ca65560 (patch)
treedbeb63276acb8b42aed8460b36e7bebd026ff248
parentc706654828af9481796e90544c3b19abfbf7aa43 (diff)
downloadaur-d484ed9dac5ac87e7c01d4c7b6a78f8a8ca65560.tar.gz
Update to 5.15.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fff496eec7a..4a5d45e59f8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-webchannel-static
pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)
- pkgver = 5.15.9+kde+r3
+ pkgver = 5.15.10+kde+r3
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-webchannel-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtwebchannel#commit=c508ffb1996eeddfd10dda493974746e6b375080
+ source = git+https://invent.kde.org/qt/qt/qtwebchannel#commit=74c0625337c8a8de0a465878c7e7d238e8d979ed
sha256sums = SKIP
pkgname = mingw-w64-qt5-webchannel-static
diff --git a/PKGBUILD b/PKGBUILD
index ef05da07f59e..78db137be05c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel-static
-pkgver=5.15.9
+pkgver=5.15.10
pkgrel=1
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-_commit=c508ffb1996eeddfd10dda493974746e6b375080
+_commit=74c0625337c8a8de0a465878c7e7d238e8d979ed
_basever=$pkgver
pkgver+=+kde+r3
makedepends+=('git')