"v1.21.0"

This commit is contained in:
plrigaux 2025-04-08 11:01:59 -04:00
parent 8487163fa7
commit b3a3734315
3 changed files with 14 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.20.2
pkgver = 1.21.0
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=4b3039b7b991ab0ab7cf34dfa43e947928deb81f
sha256sums = 6ee78724a2c840dc359ddf1307a45a74c4aa67dd5b89b3b83b48c433aaf1eb8f
source = git+https://github.com/plrigaux/sysd-manager.git#commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc
sha256sums = 2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65
pkgname = sysd-manager

View file

@ -4,6 +4,14 @@ 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.0] - 2025-04-08
### Added
- Fine column filter
### Changed
- Some title capitalized
## [1.20.0] - 2025-03-29
### Added

View file

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