"v1.24.0"

This commit is contained in:
plrigaux 2025-04-18 09:43:38 -04:00
parent f515c836f5
commit 22072d72bd
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 = 1.23.0
pkgver = 1.24.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 = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.23.0.tar.gz
sha256sums = 2b8d6efee197380ce8758bbf6a3163da8f7233fb5828e2b6724ba25742e45cf7
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.24.0.tar.gz
sha256sums = c3e160911be19fc0ad74b61c3ebd75ac3322780958b1b973d2e020f26a99f5d0
pkgname = sysd-manager

View file

@ -4,6 +4,11 @@ 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.24.0] - 2025-04-18
### Added
- Mask and Unmask a Unit functionnality
## [1.23.0] - 2025-04-14
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.23.0
pkgver=1.24.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=834cb306d05b50483dcfaaec8a86eb7ce188dbac
_commit=8903feec83fce1c29e421787837c34e246ad26c4
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
sha256sums=('2b8d6efee197380ce8758bbf6a3163da8f7233fb5828e2b6724ba25742e45cf7')
sha256sums=('c3e160911be19fc0ad74b61c3ebd75ac3322780958b1b973d2e020f26a99f5d0')
validpgpkeys=()
_pkgsrcdir=$pkgname-$pkgver