From f2d98c695dba56c330bdebf8699e27cd42aa2ab8 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:10:16 -0400 Subject: [PATCH] "v1.22.0" --- .SRCINFO | 6 +++--- CHANGELOG.md | 5 +++++ PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b1e07887300c..1987b37b6f34 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.21.2 + pkgver = 1.22.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 = git+https://github.com/plrigaux/sysd-manager.git#commit=2969c174e294fab1ccdba5ecb2dafd56534d106c - sha256sums = 8926934332487794d85f77d5cdf3578f93032eb2df64de8c5331a2dceff4d7c9 + source = git+https://github.com/plrigaux/sysd-manager.git#commit=fb0c2eb60dfd4f2e381ba2ac17912034f6a22a01 + sha256sums = 179b643ad6e888de3b8ed23170df7fe15e37d43529f9ebfd7208608534fc97c9 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 838f2615eddd..51660ec43584 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.22.0] - 2025-04-09 + +### Added +- Unit List Summary + ## [1.21.1] - 2025-04-09 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 0eb6830728e5..806702730ee2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.21.2 +pkgver=1.22.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=2969c174e294fab1ccdba5ecb2dafd56534d106c +_commit=fb0c2eb60dfd4f2e381ba2ac17912034f6a22a01 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('8926934332487794d85f77d5cdf3578f93032eb2df64de8c5331a2dceff4d7c9') +sha256sums=('179b643ad6e888de3b8ed23170df7fe15e37d43529f9ebfd7208608534fc97c9') validpgpkeys=() prepare() {