"v1.18.1"

This commit is contained in:
plrigaux 2025-03-18 14:51:00 -04:00
parent 5586372cb4
commit 7fe4d14fbd
3 changed files with 12 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.18.0
pkgver = 1.18.1
pkgrel = 1
url = https://github.com/plrigaux/sysd-manager
install = sysd-manager.install
@ -13,7 +13,7 @@ pkgbase = sysd-manager
depends = gtk4
depends = libadwaita
depends = systemd-libs
source = git+https://github.com/plrigaux/sysd-manager.git#commit=11ade72e04d7f59a910e35fb4d1a52a7a83dffde
sha256sums = 3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33
source = git+https://github.com/plrigaux/sysd-manager.git#commit=90a7d3903b5aef3e3321b8399fda527938ca089a
sha256sums = 626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d
pkgname = sysd-manager

View file

@ -4,6 +4,12 @@ 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.18.1] - 2025-03-18
### Fixed
- Possible application crashes
## [1.18.0] - 2025-03-17
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.18.0
pkgver=1.18.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=11ade72e04d7f59a910e35fb4d1a52a7a83dffde
_commit=90a7d3903b5aef3e3321b8399fda527938ca089a
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33')
sha256sums=('626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d')
validpgpkeys=()
prepare() {