From dfaf7c0be3816479c47e2a89b66693dfdff6859a Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:23:14 -0500 Subject: [PATCH] "v2.6.1" --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 425b50f2c15e..95bfd485a3a0 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 = 2.6.0 + pkgver = 2.6.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -16,7 +16,7 @@ pkgbase = sysd-manager depends = systemd-libs depends = gtksourceview5 depends = gettext - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.6.0.tar.gz - sha256sums = 041f101cc4f2d64241d9fa47cbe3b8d83315cb70d47f070856b54424a9b1f095 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.6.1.tar.gz + sha256sums = 9232eece4498234c77c9576f1b3082080165c95e7a8ca9995a5ab5dcb5af3603 pkgname = sysd-manager diff --git a/PKGBUILD b/PKGBUILD index f5deec3ac4c4..e9626dbe8e9a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=2.6.0 +pkgver=2.6.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=c0814672590a5b76b8560ed8bbff5297c8f86d31 +_commit=10bf242b18953efdee44987ffb1543abfa57f449 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('041f101cc4f2d64241d9fa47cbe3b8d83315cb70d47f070856b54424a9b1f095') +sha256sums=('9232eece4498234c77c9576f1b3082080165c95e7a8ca9995a5ab5dcb5af3603') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver