"v1.21.1"

This commit is contained in:
plrigaux 2025-04-09 11:00:56 -04:00
parent b3a3734315
commit 442d3eac4e
3 changed files with 17 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 = 1.21.0
pkgver = 1.21.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 = git+https://github.com/plrigaux/sysd-manager.git#commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc
sha256sums = 2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65
source = git+https://github.com/plrigaux/sysd-manager.git#commit=8da7325999949aa5e427d1b17cd4cf36f90b6df5
sha256sums = 5ac777ab932fe98097ba2bdc3635787fec3a4add9f92f8ece65c98bd66bc6468
pkgname = sysd-manager

View file

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.21.1] - 2025-04-09
### Fixed
- Unit search entry input
### Added
- Clear filter button
### Changed
- Some unit list optimizations
## [1.21.0] - 2025-04-08
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.21.0
pkgver=1.21.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=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc
_commit=8da7325999949aa5e427d1b17cd4cf36f90b6df5
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65')
sha256sums=('5ac777ab932fe98097ba2bdc3635787fec3a4add9f92f8ece65c98bd66bc6468')
validpgpkeys=()
prepare() {