Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-grpc
Commits:
0a2e1e95 by Antonio Rojas at 2023-06-15T22:00:14+02:00
Qt 6.6 beta 1
- - - - -
bc9f7c73 by Antonio Rojas at 2023-07-14T20:43:30+02:00
Qt 6.6.0 beta 2
- - - - -
c2e12c67 by Antonio Rojas at 2023-08-28T18:48:49+02:00
Update to 6.6 beta 3
- - - - -
eecee900 by Antonio Rojas at 2023-09-18T09:07:56+02:00
Update to 6.6 beta 4
- - - - -
6db7a55e by Antonio Rojas at 2023-09-26T09:02:37+02:00
Update to 6.6 RC
- - - - -
9489108e by Antonio Rojas at 2023-10-02T23:27:02+02:00
Overhaul dependencies
- - - - -
468060f6 by Antonio Rojas at 2023-12-19T23:06:42+01:00
Qt 6.7 beta 1
- - - - -
071456de by Antonio Rojas at 2023-12-20T08:22:23+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qt6-grpc
pkgdesc = Provides the modules QtGrpc and QtProtobuf
- pkgver = 6.6.1
- pkgrel = 2
+ pkgver = 6.7.0beta1
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
groups = qt6
@@ -17,7 +17,7 @@ pkgbase = qt6-grpc
depends = grpc
depends = protobuf
depends = qt6-base
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtgrpc-everywhere-src-6.6.1.tar.xz
- sha256sums =
1c4e45b4277b4e9e1dde9b2ded2f016365b140db9d4ea1a9cb48181d9cd8f0cc
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtgrpc-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
1fe240da3cfc2961fd3af4ce443967948d508e8b4eb6b2dbb5b2b91c80694382
pkgname = qt6-grpc
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-grpc
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -19,8 +19,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('1c4e45b4277b4e9e1dde9b2ded2f016365b140db9d4ea1a9cb48181d9cd8f0cc')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('1fe240da3cfc2961fd3af4ce443967948d508e8b4eb6b2dbb5b2b91c80694382')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/compare/ba8a5f40f0a7e925641b3f73898076cbbae61a13...071456de0690edcd5897b2f0d7828378a75b29ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-grpc/-/compare/ba8a5f40f0a7e925641b3f73898076cbbae61a13...071456de0690edcd5897b2f0d7828378a75b29ec
You're receiving this email because of your account on gitlab.archlinux.org.