Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
lxqt-globalkeys
Commits:
bd350166 by Chih-Hsuan Yen at 2025-04-21T23:44:22+08:00
upgpkg: 2.2.0-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lxqt-globalkeys
pkgdesc = LXQt daemon and library for global keyboard shortcuts
registration.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-globalkeys
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = lxqt-globalkeys
license = LGPL2.1
makedepends = lxqt-build-tools
depends = liblxqt
- source =
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.1.0/lxqt-globalkeys-2.1.0.tar.xz
- source =
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.1.0/lxqt-globalkeys-2.1.0.tar.xz.asc
+ source =
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.2.0/lxqt-globalkeys-2.2.0.tar.xz
+ source =
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.2.0/lxqt-globalkeys-2.2.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha256sums =
70cc56c452626a2c3ceb7ade8745ed61bac10c7d9aa082443a74aba1e3942874
+ sha256sums =
66cfdfeed4c0b968f4635847ccc32bec8136bb74cfbd9a5b31e0475339f9979a
sha256sums = SKIP
pkgname = lxqt-globalkeys
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=lxqt-globalkeys
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("lxqt-build-tools")
source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
)
-sha256sums=('70cc56c452626a2c3ceb7ade8745ed61bac10c7d9aa082443a74aba1e3942874'
+sha256sums=('66cfdfeed4c0b968f4635847ccc32bec8136bb74cfbd9a5b31e0475339f9979a'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-globalkeys/-/commit/bd350166aa47adea516e0dcf70a08dd195b257bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-globalkeys/-/commit/bd350166aa47adea516e0dcf70a08dd195b257bf
You're receiving this email because of your account on gitlab.archlinux.org.