summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-10 21:44:12 +0200
committerMartchus2023-04-10 21:44:12 +0200
commitc706654828af9481796e90544c3b19abfbf7aa43 (patch)
treef1eec00fee71194124371d721a378d4746f600b3
parent9b7996352d4e547a479e4e5fb71e451a295a2093 (diff)
downloadaur-c706654828af9481796e90544c3b19abfbf7aa43.tar.gz
Rebase on 5.15.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d960d209e86..2fff496eec7a 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.8+kde+r3
+ pkgver = 5.15.9+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=f8949655ccfacc2d34cfb0af23c540db84a2b9e5
+ source = git+https://invent.kde.org/qt/qt/qtwebchannel#commit=c508ffb1996eeddfd10dda493974746e6b375080
sha256sums = SKIP
pkgname = mingw-w64-qt5-webchannel-static
diff --git a/PKGBUILD b/PKGBUILD
index 27c45037fa13..ef05da07f59e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel-static
-pkgver=5.15.8
+pkgver=5.15.9
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=f8949655ccfacc2d34cfb0af23c540db84a2b9e5
+_commit=c508ffb1996eeddfd10dda493974746e6b375080
_basever=$pkgver
pkgver+=+kde+r3
makedepends+=('git')