summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:42 +0100
committerMartchus2023-01-07 14:25:42 +0100
commit9b7996352d4e547a479e4e5fb71e451a295a2093 (patch)
treeebbdcaf5253eaac7c95e3970996ead4bc4c25fb6
parent578d740ceedcd43e28ec9ba94a31d4b121c06158 (diff)
downloadaur-9b7996352d4e547a479e4e5fb71e451a295a2093.tar.gz
Update to 5.15.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49118a400e0..2d960d209e86 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.7+kde+r3
+ pkgver = 5.15.8+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=4e35fe9429920067c17596986b486fb1c1e95db0
+ source = git+https://invent.kde.org/qt/qt/qtwebchannel#commit=f8949655ccfacc2d34cfb0af23c540db84a2b9e5
sha256sums = SKIP
pkgname = mingw-w64-qt5-webchannel-static
diff --git a/PKGBUILD b/PKGBUILD
index e451746738b6..27c45037fa13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel-static
-pkgver=5.15.7
+pkgver=5.15.8
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=4e35fe9429920067c17596986b486fb1c1e95db0
+_commit=f8949655ccfacc2d34cfb0af23c540db84a2b9e5
_basever=$pkgver
pkgver+=+kde+r3
makedepends+=('git')