From b6870219cba70b7a0bda6392bcd34f279126c341 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:41:14 -0400 Subject: [PATCH] "v1.29.2" --- .SRCINFO | 6 +++--- CHANGELOG.md | 5 +++++ PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fb5125bf7e82..7647253f81df 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fb80bd79c7..5e441c3ed317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PKGBUILD b/PKGBUILD index dfe86046021c..7966b4dd9be8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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