From 6eeef6a94520230c2c3c4e6418ec0f40ee2b541b Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:11:44 -0400 Subject: [PATCH] "v1.30.5" --- .SRCINFO | 6 +++--- CHANGELOG.md | 8 ++++++++ PKGBUILD | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e9c463bb3c6e..277f0a0e0b99 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.30.4 + pkgver = 1.30.5 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.30.4.tar.gz - sha256sums = 3bf887df73ea163136dfe447d15a129b93a284ddb5e0510f5cfdbf9016a34c15 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.30.5.tar.gz + sha256sums = 36a5c842e69210086322d0d3a2f677749513ab84f43f679e14cdc8af0adeef31 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e18e500845c..2c71bb6130e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.30.5] - 2025-06-19 + +### Added +- Translation of desktop file +Fix + +- Transient typo + ## [1.30.1] - 2025-06-18 ### Added diff --git a/PKGBUILD b/PKGBUILD index 869ebbf4ee38..b329cad83748 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.30.4 +pkgver=1.30.5 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=9f58c4264df7ae6f15f7bc8a4e35f865556a29c2 +_commit=fb3d4c3732a51247514019f6bc05cc4c527f64f7 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('3bf887df73ea163136dfe447d15a129b93a284ddb5e0510f5cfdbf9016a34c15') +sha256sums=('36a5c842e69210086322d0d3a2f677749513ab84f43f679e14cdc8af0adeef31') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver