Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-remoteobjects
Commits:
f359c0e3 by Antonio Rojas at 2025-11-20T21:27:23+01:00
upgpkg: 6.10.1-1: Qt 6.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-remoteobjects
pkgdesc = Inter-process communication (IPC) module developed for Qt
- pkgver = 6.10.0
+ pkgver = 6.10.1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-remoteobjects
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtremoteobjects#tag=v6.10.0
- sha256sums =
adc38b3be3a56816be0403d0a7b48dba7edde4c42b28f3745a4394b445abb1e4
+ source = git+https://code.qt.io/qt/qtremoteobjects#tag=v6.10.1
+ sha256sums =
f628da046dc0958c65cdbbfab15a06563a366a5f7ee5d425a880fea8d857df06
pkgname = qt6-remoteobjects
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-remoteobjects
-_pkgver=6.10.0
+_pkgver=6.10.1
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('adc38b3be3a56816be0403d0a7b48dba7edde4c42b28f3745a4394b445abb1e4')
+sha256sums=('f628da046dc0958c65cdbbfab15a06563a366a5f7ee5d425a880fea8d857df06')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-remoteobjects/-/commit/f359c0e321cfa6d75c4c7e95a9cf009cad485947
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-remoteobjects/-/commit/f359c0e321cfa6d75c4c7e95a9cf009cad485947
You're receiving this email because of your account on gitlab.archlinux.org.