This commit is contained in:
plrigaux 2025-11-05 11:36:02 -05:00
parent b84398da20
commit 46a6304fca
3 changed files with 11 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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