mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
"v2.4.0"
This commit is contained in:
parent
36d061ee72
commit
b9aba40a4e
3 changed files with 14 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 = 2.3.0
|
||||
pkgver = 2.4.0
|
||||
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.3.0.tar.gz
|
||||
sha256sums = 2f88908ab97381008e6087f8abd6bd4ad5d4e29cb59d1ccfb7cb18e2d8a36330
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.4.0.tar.gz
|
||||
sha256sums = 55d0c2880f0eaf05a0d83846dacee603d9099fced4758762ee492cd1a305a134
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Expand browser filter to other unit properties
|
||||
- Fix Flatpak save file in home directory (make a warning)
|
||||
|
||||
## [2.4.0] - 2025-10-18
|
||||
### Added
|
||||
- Disable & Enable option in the popup menu
|
||||
|
||||
### Fixed
|
||||
- Popup menu appearance issues
|
||||
- Inactive unit display style behavior
|
||||
|
||||
## [2.3.0] - 2025-10-17
|
||||
### Added
|
||||
- Sorting on user defined unit's property columns
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=2.3.0
|
||||
pkgver=2.4.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=6f67f8fce2ae13218cf8509cc2d6455ea22b173a
|
||||
_commit=564789c627c77f564760ff4e39ddfd9c3b96b99f
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('2f88908ab97381008e6087f8abd6bd4ad5d4e29cb59d1ccfb7cb18e2d8a36330')
|
||||
sha256sums=('55d0c2880f0eaf05a0d83846dacee603d9099fced4758762ee492cd1a305a134')
|
||||
validpgpkeys=()
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue