Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
lxqt-notificationd
Commits:
3d73293b by Chih-Hsuan Yen at 2024-11-11T21:44:46+08:00
upgpkg: 2.1.0-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lxqt-notificationd
pkgdesc = LXQt notification daemon and library.
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-notificationd
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = lxqt-notificationd
depends = libQt6Xdg.so
depends = layer-shell-qt
provides = notification-daemon
- source =
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.1/lxqt-notificationd-2.0.1.tar.xz
- source =
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.1/lxqt-notificationd-2.0.1.tar.xz.asc
+ source =
https://github.com/lxqt/lxqt-notificationd/releases/download/2.1.0/lxqt-notificationd-2.1.0.tar.xz
+ source =
https://github.com/lxqt/lxqt-notificationd/releases/download/2.1.0/lxqt-notificationd-2.1.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
- sha512sums =
c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
+ sha512sums =
4bb72c8303161c036febfe88ee2a1b32f24f61d2fe17d86d1077045e7784cf31cade0138f526f49c408402f4b81143af0106093569654dd4d579cbb1dd036808
sha512sums = SKIP
pkgname = lxqt-notificationd
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Co-Maintainer: Chih-Hsuan Yen <[email protected]>
pkgname=lxqt-notificationd
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="LXQt notification daemon and library."
arch=("x86_64")
@@ -16,7 +16,7 @@ provides=("notification-daemon")
source=(
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
)
-sha512sums=('c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67'
+sha512sums=('4bb72c8303161c036febfe88ee2a1b32f24f61d2fe17d86d1077045e7784cf31cade0138f526f49c408402f4b81143af0106093569654dd4d579cbb1dd036808'
'SKIP')
validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-notificationd/-/commit/3d73293b6cc8b0d6d7b772641bb239c48b54e8e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-notificationd/-/commit/3d73293b6cc8b0d6d7b772641bb239c48b54e8e2
You're receiving this email because of your account on gitlab.archlinux.org.