Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-grpc
Commits:
1290a093 by Antonio Rojas at 2026-01-29T21:53:48+01:00
upgpkg: 6.10.2-1: Qt 6.10.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-grpc
pkgdesc = Provides the modules QtGrpc and QtProtobuf
- pkgver = 6.10.1
- pkgrel = 2
+ pkgver = 6.10.2
+ 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.10.1
- sha256sums =
233eecbeeb23d9e30c2b2f56fc1d05582ef0cc16cf297156034394df21e6889b
+ source = git+https://code.qt.io/qt/qtgrpc#tag=v6.10.2
+ sha256sums =
fdd81ff2b3f66d16cc7284ecb6e716bf927b0e0bf5cd51565612a1cb74bd4c51
pkgname = qt6-grpc
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-grpc
-_pkgver=6.10.1
+_pkgver=6.10.2
pkgver=${_pkgver/-/}
-pkgrel=2
+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=('233eecbeeb23d9e30c2b2f56fc1d05582ef0cc16cf297156034394df21e6889b')
+sha256sums=('fdd81ff2b3f66d16cc7284ecb6e716bf927b0e0bf5cd51565612a1cb74bd4c51')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/1290a0931a824dfac1c40f72413e2532f3793637
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/1290a0931a824dfac1c40f72413e2532f3793637
You're receiving this email because of your account on gitlab.archlinux.org.