Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-grpc
Commits:
4c70e78d by Antonio Rojas at 2025-03-26T19:37:26+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-grpc
pkgdesc = Provides the modules QtGrpc and QtProtobuf
- pkgver = 6.8.2
- pkgrel = 5
+ pkgver = 6.8.3
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -20,7 +20,7 @@ pkgbase = qt6-grpc
depends = protobuf
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtgrpc#tag=v6.8.2
- sha256sums =
52bd3b0482a71b05ad77eeb0f46d517a899292f62f1e9b17e4426cb388108bb8
+ source = git+https://code.qt.io/qt/qtgrpc#tag=v6.8.3
+ sha256sums =
0a47a2ccb071ab938d54cd4d3dc217512be1c5c8c8c398587d947dd63a3536a8
pkgname = qt6-grpc
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-grpc
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
-pkgrel=5
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL-3.0-only
@@ -26,7 +26,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('52bd3b0482a71b05ad77eeb0f46d517a899292f62f1e9b17e4426cb388108bb8')
+sha256sums=('0a47a2ccb071ab938d54cd4d3dc217512be1c5c8c8c398587d947dd63a3536a8')
prepare() {
cd $_pkgfn
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/4c70e78d3fe6b0755dcddc351f7e9fb45e22bd41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/4c70e78d3fe6b0755dcddc351f7e9fb45e22bd41
You're receiving this email because of your account on gitlab.archlinux.org.