From 82e8f20f34ba19ae1b8f2488784e7c2099b6eefe Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:45:26 -0400 Subject: [PATCH] "v1.31.3" --- .SRCINFO | 6 +++--- CHANGELOG.md | 5 +++++ PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 77b68ef55fdc..e0e086d88868 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.31.2 + pkgver = 1.31.3 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.31.2.tar.gz - sha256sums = 5fbe1977cd19674d62ea7665a2585f5a091f819e0420a63f022e71d12f1c5c29 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.31.3.tar.gz + sha256sums = b6ea5a097794628d68728c044b9f45b5d9512b4ce88931d30aadbf9acf444be4 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 6952acd10621..14c361b35e62 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.31.3] - 2025-08-18 + +### Changed +- Translations + ## [1.31.1] - 2025-08-14 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 997c72235133..e997e215ce5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.31.2 +pkgver=1.31.3 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=33f4366c4602253f4aceed6f6d3c4ebde4a49663 +_commit=dd6496c898d63874274edcee580bf0079f6e1594 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('5fbe1977cd19674d62ea7665a2585f5a091f819e0420a63f022e71d12f1c5c29') +sha256sums=('b6ea5a097794628d68728c044b9f45b5d9512b4ce88931d30aadbf9acf444be4') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver