From 6b5358141dc2ff725ae0e6a96d7389cbcd1df24b Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:16:18 -0400 Subject: [PATCH] "v1.19.1" --- .SRCINFO | 6 +++--- CHANGELOG.md | 2 ++ PKGBUILD | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5ec574e8e885..477bfc09d10f 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.19.0 + pkgver = 1.19.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -13,7 +13,7 @@ pkgbase = sysd-manager depends = gtk4 depends = libadwaita depends = systemd-libs - source = git+https://github.com/plrigaux/sysd-manager.git#commit=f601128d868f1526106bfe5260122bc704c2743b - sha256sums = 2ac8599efc3ae67b0e428cc9e3f7867e0ff8889ea90176ad830e4c93870c2feb + source = git+https://github.com/plrigaux/sysd-manager.git#commit=c541aa28ba55da7fcbba7e3929b8625377a4a8c4 + sha256sums = 8a34794908229c4b469db8037d682b55653e27dd535a43cc8f8404cfc3146201 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9d0d09aed6..60c7dde8cf18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move to Gnome 48 dependencies +- Named 4nyNoob as artist in the Credit section +- Named AsciiWolf and Justin Searle in the Acknowledgements section ### Fixed - Unit list scroll focus diff --git a/PKGBUILD b/PKGBUILD index cecef369f890..2bcb930eaea2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.19.0 +pkgver=1.19.1 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=f601128d868f1526106bfe5260122bc704c2743b +_commit=c541aa28ba55da7fcbba7e3929b8625377a4a8c4 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('2ac8599efc3ae67b0e428cc9e3f7867e0ff8889ea90176ad830e4c93870c2feb') +sha256sums=('8a34794908229c4b469db8037d682b55653e27dd535a43cc8f8404cfc3146201') validpgpkeys=() prepare() {