From 0cb0924738cb5497b60429122e4ec782afeb4ad0 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Thu, 22 May 2025 23:41:03 -0400 Subject: [PATCH] "v1.25.2" --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 72f6707dde08..1a178a2306a1 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.25.1 + pkgver = 1.25.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.25.1.tar.gz - sha256sums = 18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.2.tar.gz + sha256sums = 85e8f87305722a560b004357e0763737d0d29691056267413d3e260d8a5aa286 pkgname = sysd-manager diff --git a/PKGBUILD b/PKGBUILD index 57316521e685..a2843dcd945e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.25.1 +pkgver=1.25.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=30c265c9ab04c4e62bafb65d62dabb5101486ee0 +_commit=aea1d78b791184bc8e5011b57136f4e3130d6a37 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c') +sha256sums=('85e8f87305722a560b004357e0763737d0d29691056267413d3e260d8a5aa286') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver