diff options
author | Martchus | 2022-03-08 23:35:17 +0100 |
---|---|---|
committer | Martchus | 2022-03-08 23:35:17 +0100 |
commit | 86bef76cd02620f73bde9cfbf7ac78390beb366d (patch) | |
tree | 587e243dd28b20a33e2e18b5e3531f0fa8e5ed5b /.SRCINFO | |
parent | 3642acc4f106d7b4b3f52ed42aa6581a1eddcb97 (diff) | |
download | aur-86bef76cd02620f73bde9cfbf7ac78390beb366d.tar.gz |
Rebase against 5.15.3
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt5-websockets-static pkgdesc = Provides WebSocket communication compliant with RFC 6455 (mingw-w64) - pkgver = 5.15.2 + pkgver = 5.15.3+kde+r3 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -11,13 +11,13 @@ pkgbase = mingw-w64-qt5-websockets-static license = custom makedepends = mingw-w64-gcc makedepends = mingw-w64-pkg-config + makedepends = git depends = mingw-w64-qt5-base-static depends = mingw-w64-qt5-websockets options = !strip options = !buildflags options = staticlibs - source = https://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtwebsockets-everywhere-src-5.15.2.tar.xz - sha256sums = a0b42d85dd34ff6e2d23400e02f83d8b85bcd80e60efd1521d12d9625d4a233f + source = git+https://invent.kde.org/qt/qt/qtwebsockets#commit=7196d2cc34adf9f45b50a9488f4ff95b36092993 + sha256sums = SKIP pkgname = mingw-w64-qt5-websockets-static - |