diff --git a/.SRCINFO b/.SRCINFO index 6a6b339ed041..72f6707dde08 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sysd-manager pkgdesc = A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs. - pkgver = 1.25.0 + pkgver = 1.25.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -14,7 +14,7 @@ pkgbase = sysd-manager depends = libadwaita depends = systemd-libs depends = gtksourceview5 - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.0.tar.gz - sha256sums = 4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.1.tar.gz + sha256sums = 18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed979c2617d..bd747ae195f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Feature to enable new journal entries continuous print as they are appended to the journal +### Changed +- UX Better error dialog message on not authorized for actions: clean, freese and thaw + ## [1.24.2] - 2025-05-10 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 9a6a8240929b..57316521e685 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.25.0 +pkgver=1.25.1 pkgrel=1 epoch= pkgdesc="A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs." @@ -20,10 +20,10 @@ backup=() options=() install=$pkgname.install changelog=CHANGELOG.md -_commit=2b98f710aad19ce14aa27327aa93c82697c6cc4b +_commit=30c265c9ab04c4e62bafb65d62dabb5101486ee0 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd') +sha256sums=('18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver