diff --git a/.SRCINFO b/.SRCINFO index ec192f43acdb..df6a86e5e193 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 = 2.6.3 + pkgver = 2.6.4 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -16,7 +16,7 @@ pkgbase = sysd-manager depends = systemd-libs depends = gtksourceview5 depends = gettext - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.6.3.tar.gz - sha256sums = f60f99055f36e4ecf7aad86a796bcdd637d130ebb527c2c822ae5a07d4e4a3f0 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.6.4.tar.gz + sha256sums = fba2e42f401e9255cbba27493bc620e52d668b4da333d514bc951bb9276b9d59 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 70fe74245b9d..f63e1c43add2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Save unit file in run +## [2.6.4] - 2025-11-5 + +### Fixed +- Unit journal events displayed twice. Issue https://github.com/plrigaux/sysd-manager/issues/26 + ## [2.6.3] - 2025-11-4 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 1765e0ae4aae..68282f47e01a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=2.6.3 +pkgver=2.6.4 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=0fdb1ed70c0c88f878a6560adf77fe7e1334353f +_commit=25123c32301c05650d34e932e136b8173a39a819 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('f60f99055f36e4ecf7aad86a796bcdd637d130ebb527c2c822ae5a07d4e4a3f0') +sha256sums=('fba2e42f401e9255cbba27493bc620e52d668b4da333d514bc951bb9276b9d59') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver