mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 03:39:32 +01:00
"v1.22.0"
This commit is contained in:
parent
5c5a247ea1
commit
f2d98c695d
3 changed files with 11 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.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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue