* update qtermwidget to 2.1.0-2

This commit is contained in:
Alexander Baldeck 2024-12-23 11:13:27 +01:00
parent 532edbb45d
commit a059a7135a
2 changed files with 11 additions and 7 deletions

View File

@ -1,9 +1,13 @@
pkgbase = qtermwidget
pkgdesc = A terminal widget for Qt, used by QTerminal
pkgver = 2.0.1
pkgrel = 1
pkgver = 2.1.0
pkgrel = 2
url = https://github.com/lxqt/qtermwidget
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.0-or-later
license = BSD-3-Clause
makedepends = git
@ -14,8 +18,8 @@ pkgbase = qtermwidget
makedepends = python-installer
depends = qt6-base
optdepends = python: PyQt bindings
source = git+https://github.com/lxqt/qtermwidget.git?signed#tag=2.0.1
source = git+https://github.com/lxqt/qtermwidget.git?signed#tag=2.1.0
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
sha256sums = 7502ef3ca75f5c98514e0590756570df4af447b777600dc948290f4d60850191
sha256sums = f757c30fda5c023bc88be4bf9628097ab8eacc87335ed9aca136eb672bca9e84
pkgname = qtermwidget

View File

@ -3,8 +3,8 @@
# Contributor: Jerome Leclanche <jerome@leclan.ch>
pkgname=qtermwidget
pkgver=2.0.1
pkgrel=1
pkgver=2.1.0
pkgrel=2
pkgdesc="A terminal widget for Qt, used by QTerminal"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/lxqt/qtermwidget"
@ -20,7 +20,7 @@ optdepends=(
source=(
"git+https://github.com/lxqt/qtermwidget.git?signed#tag=$pkgver"
)
sha256sums=('7502ef3ca75f5c98514e0590756570df4af447b777600dc948290f4d60850191')
sha256sums=('f757c30fda5c023bc88be4bf9628097ab8eacc87335ed9aca136eb672bca9e84')
validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # https://github.com/tsujan.gpg
)