* update qterminal to 2.1.0-1

This commit is contained in:
Alexander Baldeck 2024-12-23 14:53:05 +01:00
parent 1296991547
commit a4b084fc88
2 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,13 @@
pkgbase = qterminal
pkgdesc = A lightweight Qt-based terminal emulator
pkgver = 2.0.1
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/lxqt/qterminal
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
groups = lxqt
license = GPL-2.0-or-later
license = BSD-3-Clause
@ -14,8 +18,8 @@ pkgbase = qterminal
depends = qtermwidget
depends = libcanberra
depends = layer-shell-qt
source = git+https://github.com/lxqt/qterminal.git?signed#tag=2.0.1
source = git+https://github.com/lxqt/qterminal.git?signed#tag=2.1.0
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
sha256sums = f8523a955dcc9df8c51457fcc545e255c70f45fce55ba85036de0003aa857255
sha256sums = c822109ebb4ef6f2839e956304ccfff2b56abfbefe15b3f3277321e01ccb98c1
pkgname = qterminal

View File

@ -3,7 +3,7 @@
# Contributor: Jerome Leclanche <jerome@leclan.ch>
pkgname=qterminal
pkgver=2.0.1
pkgver=2.1.0
pkgrel=1
pkgdesc="A lightweight Qt-based terminal emulator"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,7 @@ makedepends=("git" "cmake" "lxqt-build-tools")
source=(
"git+https://github.com/lxqt/qterminal.git?signed#tag=$pkgver"
)
sha256sums=('f8523a955dcc9df8c51457fcc545e255c70f45fce55ba85036de0003aa857255')
sha256sums=('c822109ebb4ef6f2839e956304ccfff2b56abfbefe15b3f3277321e01ccb98c1')
validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # https://github.com/tsujan.gpg
)