mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
"v1.18.2"
This commit is contained in:
parent
7fe4d14fbd
commit
ba2b66a5cd
3 changed files with 21 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.18.1
|
||||
pkgver = 1.18.2
|
||||
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=90a7d3903b5aef3e3321b8399fda527938ca089a
|
||||
sha256sums = 626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d
|
||||
source = git+https://github.com/plrigaux/sysd-manager.git#commit=43fea492f56e3d5d86afae6d83c1ecd49a8a7ef6
|
||||
sha256sums = 52fdf774c79ad941f3d24ecb934fc5a97f1908e5088b65eaf721ebc7ef681693
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -4,6 +4,21 @@ 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.18.2] - 2025-03-19
|
||||
|
||||
### Added
|
||||
|
||||
- The possibility to sort the Description column
|
||||
- Add acknowledgements section in About Dialog
|
||||
- Add artist in credits section
|
||||
### Changed
|
||||
|
||||
- New application icon
|
||||
### Fixed
|
||||
|
||||
- Remove duplicates in the unit list
|
||||
- Fix failing to retrieve file path for some units
|
||||
|
||||
## [1.18.1] - 2025-03-18
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.18.1
|
||||
pkgver=1.18.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=90a7d3903b5aef3e3321b8399fda527938ca089a
|
||||
_commit=43fea492f56e3d5d86afae6d83c1ecd49a8a7ef6
|
||||
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
|
||||
noextract=()
|
||||
sha256sums=('626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d')
|
||||
sha256sums=('52fdf774c79ad941f3d24ecb934fc5a97f1908e5088b65eaf721ebc7ef681693')
|
||||
validpgpkeys=()
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue