mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 12:33:42 +01:00
"v1.25.1"
This commit is contained in:
parent
acea3ba8d2
commit
46b0ce20ed
3 changed files with 9 additions and 6 deletions
6
.SRCINFO
6
.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.0
|
||||
pkgver = 1.25.1
|
||||
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.0.tar.gz
|
||||
sha256sums = 4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.1.tar.gz
|
||||
sha256sums = 18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Feature to enable new journal entries continuous print as they are appended to the journal
|
||||
|
||||
### Changed
|
||||
- UX Better error dialog message on not authorized for actions: clean, freese and thaw
|
||||
|
||||
## [1.24.2] - 2025-05-10
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.25.0
|
||||
pkgver=1.25.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=2b98f710aad19ce14aa27327aa93c82697c6cc4b
|
||||
_commit=30c265c9ab04c4e62bafb65d62dabb5101486ee0
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd')
|
||||
sha256sums=('18f6cc5fe0897e4598a434ee4cd235462a5f3fffed3e99b4e88fd52b5ac08a9c')
|
||||
validpgpkeys=()
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue