"v1.29.2"

This commit is contained in:
plrigaux 2025-06-13 12:41:14 -04:00
parent 26c9041348
commit b6870219cb
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.29.1
pkgver = 1.29.2
pkgrel = 1
url = https://github.com/plrigaux/sysd-manager
install = sysd-manager.install
@ -15,7 +15,7 @@ pkgbase = sysd-manager
depends = systemd-libs
depends = gtksourceview5
depends = gettext
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.29.1.tar.gz
sha256sums = 403962fbc81b571b40c58bf6ccb38aa4da24f12114795e7da34ae37c30bdbcb5
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.29.2.tar.gz
sha256sums = b702da2a2088e5a936137c0a3830567934d2d40302d2025d1a314b414caa723d
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.29.2] - 2025-06-13
Fix
- Translation making application to crash
## [1.29.0] - 2025-06-09
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.29.1
pkgver=1.29.2
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=8af0a914662999a0379d324bc2ffa80ceb392eab
_commit=830e7a35d41ee8ca3f58923f7467d3dcc6e3848a
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
noextract=()
sha256sums=('403962fbc81b571b40c58bf6ccb38aa4da24f12114795e7da34ae37c30bdbcb5')
sha256sums=('b702da2a2088e5a936137c0a3830567934d2d40302d2025d1a314b414caa723d')
validpgpkeys=()
_pkgsrcdir=$pkgname-$pkgver