Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
qt6-grpc
Commits:
481982ab by Christian Heusel at 2024-09-13T00:34:46+02:00
upgpkg: 6.7.2-4: Rebuild for protobut 28.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-grpc
pkgdesc = Provides the modules QtGrpc and QtProtobuf
pkgver = 6.7.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -19,6 +19,6 @@ pkgbase = qt6-grpc
depends = protobuf
depends = qt6-base
source = git+https://code.qt.io/qt/qtgrpc#tag=v6.7.2
- sha256sums =
f471c73e6321faab12d52f5baf0009c6706a49b9774cb39a8d0ae4a32f3f802e
+ sha256sums =
63fd4f51dcfad8ebd18c653423c1d62138a30a8ef339562328e555c55b79d163
pkgname = qt6-grpc
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=qt6-grpc
pkgver=6.7.2
-pkgrel=3
+pkgrel=4
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -20,7 +20,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('f471c73e6321faab12d52f5baf0009c6706a49b9774cb39a8d0ae4a32f3f802e')
+sha256sums=('63fd4f51dcfad8ebd18c653423c1d62138a30a8ef339562328e555c55b79d163')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/481982ab866c56802e94418173b8ac42d8c3b2be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/commit/481982ab866c56802e94418173b8ac42d8c3b2be
You're receiving this email because of your account on gitlab.archlinux.org.