From aee1027ab548ef4a0b273b635939d5f1b4d3f20f Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Fri, 30 May 2025 11:44:46 -0400 Subject: [PATCH] "v1.27.2" --- .SRCINFO | 6 +++--- CHANGELOG.md | 8 +++++++- PKGBUILD | 6 +++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index deb86b89f62c..fb530ebd140c 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.27.1 + pkgver = 1.27.2 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -14,7 +14,7 @@ pkgbase = sysd-manager depends = libadwaita depends = systemd-libs depends = gtksourceview5 - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.27.1.tar.gz - sha256sums = ea305e280ecf742f0d1b1cbd782bfb056001c801d919a85d1d0c48d14bde59e6 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.27.2.tar.gz + sha256sums = 1fe41b716ca992bbcd1b664befbd4ca19d818326bb6cbe8472bc0454ccac47b7 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c6be93edd0..58018cf38ab6 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.27.2] - 2025-05-30 + +### Fixed +- Unit dependencies navigation crash +- Action result message + ## [1.27.0] - 2025-05-29 ### Added @@ -11,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Enable unit file Dialog save context mixed up -- 1.27.1 Mask unit dialog behaviour +- 1.27.1 Mask unit dialog behaviour malfunction ## [1.26.0] - 2025-05-28 diff --git a/PKGBUILD b/PKGBUILD index 0b12623bd474..765e8d119101 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.27.1 +pkgver=1.27.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=a0c0b5ae387fa91a6f6578dc7362af8f024a7872 +_commit=1ecd7a7c36e2383a8542d64d09b83cc72832a8f7 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('ea305e280ecf742f0d1b1cbd782bfb056001c801d919a85d1d0c48d14bde59e6') +sha256sums=('1fe41b716ca992bbcd1b664befbd4ca19d818326bb6cbe8472bc0454ccac47b7') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver