* update qt5-remoteobjects to 5.15.15-1

This commit is contained in:
Alexander Baldeck 2024-09-30 12:11:14 +02:00
parent da2acc79a8
commit fa631a8ae5
2 changed files with 27 additions and 4 deletions

View File

@ -0,0 +1,23 @@
pkgbase = qt5-remoteobjects
pkgdesc = Inter-process communication (IPC) module developed for Qt
pkgver = 5.15.15
pkgrel = 1
url = https://www.qt.io
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = qt5
license = GPL3
license = LGPL3
license = FDL
license = custom
makedepends = qt5-declarative
makedepends = git
depends = qt5-base
optdepends = qt5-declarative: QML bindings
source = kde-qtremoteobjects::git+https://invent.kde.org/qt/qt/qtremoteobjects#commit=289bbabdff28b4362351f3d91abf75130c9cf666
sha256sums = e500c8d937c473c4e19cd067f321826a97e7373814ba02433d42f7b0081f0e28
pkgname = qt5-remoteobjects

View File

@ -3,10 +3,10 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org> # Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=qt5-remoteobjects pkgname=qt5-remoteobjects
_basever=5.15.14 _basever=5.15.15
pkgver=5.15.14 pkgver=5.15.15
pkgrel=1 pkgrel=1
_commit=3873bdc809ca8d58d91968cb0de34da26646bc79 _commit=289bbabdff28b4362351f3d91abf75130c9cf666
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.qt.io' url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom) license=(GPL3 LGPL3 FDL custom)
@ -17,7 +17,7 @@ optdepends=('qt5-declarative: QML bindings')
groups=(qt5) groups=(qt5)
_pkgfqn=${pkgname/5-/} _pkgfqn=${pkgname/5-/}
source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit) source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
sha256sums=('3d977076f6c7caf02230296fd40280319ab5e8b4c8e483b2df16a07a9a84b82a') sha256sums=('e500c8d937c473c4e19cd067f321826a97e7373814ba02433d42f7b0081f0e28')
pkgver() { pkgver() {
cd kde-$_pkgfqn cd kde-$_pkgfqn