Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-websockets
Commits:
3ba8b4f6 by Antonio Rojas at 2023-06-15T22:00:00+02:00
Qt 6.6 beta 1
- - - - -
bdb1979e by Antonio Rojas at 2023-07-14T20:43:18+02:00
Qt 6.6.0 beta 2
- - - - -
2ef6e653 by Antonio Rojas at 2023-08-28T18:48:35+02:00
Update to 6.6 beta 3
- - - - -
b2cda5ae by Antonio Rojas at 2023-09-18T09:07:43+02:00
Update to 6.6 beta 4
- - - - -
49970a5b by Antonio Rojas at 2023-09-26T09:02:23+02:00
Update to 6.6 RC
- - - - -
ccf8dd0e by Antonio Rojas at 2023-10-02T20:48:32+02:00
Overhaul dependencies
- - - - -
e0419a99 by Antonio Rojas at 2023-12-19T23:06:29+01:00
Qt 6.7 beta 1
- - - - -
1631b7c7 by Antonio Rojas at 2023-12-20T08:20:45+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-websockets
pkgdesc = Provides WebSocket communication compliant with RFC 6455
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = qt6-websockets
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwebsockets-everywhere-src-6.6.1.tar.xz
- sha256sums =
787514349876d87e046504e5f64886d886bd2993a53fa795598ea07ecc7b0643
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtwebsockets-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
5ad9f4a199d6a6d92a497b25ce7435fc160fe960ccb5b15e9cd6ccc605cd9cb7
pkgname = qt6-websockets
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-websockets
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -18,8 +18,8 @@ makedepends=(cmake
optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('787514349876d87e046504e5f64886d886bd2993a53fa795598ea07ecc7b0643')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('5ad9f4a199d6a6d92a497b25ce7435fc160fe960ccb5b15e9cd6ccc605cd9cb7')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/compare/396e18dc4aed297b119bce47d1b1f73918aa464a...1631b7c74d6e9fbad3d89886e662fd3d117874f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-websockets/-/compare/396e18dc4aed297b119bce47d1b1f73918aa464a...1631b7c74d6e9fbad3d89886e662fd3d117874f2
You're receiving this email because of your account on gitlab.archlinux.org.