From 5219a41c03d7a19d580cfb6fb5a493654075dcc5 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:07:50 -0400 Subject: [PATCH] "v1.28.0" --- .SRCINFO | 6 +++--- CHANGELOG.md | 5 +++++ PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fb530ebd140c..b0ea29a1d8af 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.2 + pkgver = 1.28.0 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.2.tar.gz - sha256sums = 1fe41b716ca992bbcd1b664befbd4ca19d818326bb6cbe8472bc0454ccac47b7 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.28.0.tar.gz + sha256sums = 79df680e10b557dbd0bba8f363cafc2542fb3c73fc932250fa25298deca48a76 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 58018cf38ab6..3b278f575039 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.28.0] - 2025-06-01 + +### Added +- New menu option: Watch Systemd signals + ## [1.27.2] - 2025-05-30 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 765e8d119101..1f3f4f32bec7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.27.2 +pkgver=1.28.0 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=1ecd7a7c36e2383a8542d64d09b83cc72832a8f7 +_commit=5d78ff2c4e3965e15442bad114130c319da8a50e source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('1fe41b716ca992bbcd1b664befbd4ca19d818326bb6cbe8472bc0454ccac47b7') +sha256sums=('79df680e10b557dbd0bba8f363cafc2542fb3c73fc932250fa25298deca48a76') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver