From b2a0e788b28e2f8fc8a4f7ba95fe65f0265fbf4d Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Thu, 11 Sep 2025 18:03:17 -0400 Subject: [PATCH] "v1.32.2" --- .SRCINFO | 6 +++--- CHANGELOG.md | 6 ++++++ PKGBUILD | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c07e1f37e3f7..f46c7f05455d 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.32.1 + pkgver = 1.32.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.32.1.tar.gz - sha256sums = 0f74124a1e274c5f9100fac6430e7d97f8c41e0769e28fa740e8215181729b04 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.32.2.tar.gz + sha256sums = 4374414561f31078913786a4240d7efb9f33b50d1fae1c10b6bd81ae9eb2d6d7 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f45058251d..fd08adabad7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.32.2] - 2025-09-11 + +### Changed +- Translations +- Improve some unit properties retrieving + ## [1.32.1] - 2025-08-30 ### Changed diff --git a/PKGBUILD b/PKGBUILD index eba40d7a4cd1..78c866ee7c73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.32.1 +pkgver=1.32.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=3e3c7c5c868bd55a0812ca11e397d96a9da4f877 +_commit=f4f9b1c456ac0c17f6aba9b2ca0c35f63d5cd553 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('0f74124a1e274c5f9100fac6430e7d97f8c41e0769e28fa740e8215181729b04') +sha256sums=('4374414561f31078913786a4240d7efb9f33b50d1fae1c10b6bd81ae9eb2d6d7') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver