"v1.25.0"

This commit is contained in:
plrigaux 2025-05-22 12:01:06 -04:00
parent b57343c45d
commit acea3ba8d2
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.24.2
pkgver = 1.25.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.24.2.tar.gz
sha256sums = 44144a639a1ffdf87d0ac78aea39aec7610b358eb7ba4705bfc5ccdaf23ad5bb
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.0.tar.gz
sha256sums = 4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd
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.25.0] - 2025-05-22
### Added
- Feature to enable new journal entries continuous print as they are appended to the journal
## [1.24.2] - 2025-05-10
### Fixed

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.24.2
pkgver=1.25.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=9df388fbe7d92ce7e344b44c5ef1d909af3c889e
_commit=2b98f710aad19ce14aa27327aa93c82697c6cc4b
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
sha256sums=('44144a639a1ffdf87d0ac78aea39aec7610b358eb7ba4705bfc5ccdaf23ad5bb')
sha256sums=('4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd')
validpgpkeys=()
_pkgsrcdir=$pkgname-$pkgver