summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:37:18 +0100
committerMartchus2024-01-09 17:37:18 +0100
commited9479d07dce00ae55e1fc0998fa14325f62c2eb (patch)
tree5a01e5a194c086fa5830b280af657f309ed927e9
parentcd33725f8ef1cbf5dbbd99b6be7ac6e7b7ca2dad (diff)
downloadaur-ed9479d07dce00ae55e1fc0998fa14325f62c2eb.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 8088a6d00312..2092444b5c03 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.11+kde+r3
+ pkgver = 5.15.12+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=f84887c1aee4ab04af375e639ae965c9ea2186a5
+ source = git+https://invent.kde.org/qt/qt/qtwebchannel#commit=6d2f0c3a36d9b2cdcd759a464c608365a0afda98
sha256sums = SKIP
pkgname = mingw-w64-qt5-webchannel-static
diff --git a/PKGBUILD b/PKGBUILD
index e54dbcd69b84..d53d374fbd43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel-static
-pkgver=5.15.11
+pkgver=5.15.12
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=f84887c1aee4ab04af375e639ae965c9ea2186a5
+_commit=6d2f0c3a36d9b2cdcd759a464c608365a0afda98
_basever=${pkgver%%+*}
pkgver+=+kde+r3
makedepends+=('git')