mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 11:03:49 +01:00
"v1.31.1"
This commit is contained in:
parent
85069a043a
commit
4a8a89a2e1
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.31.0
|
||||
pkgver = 1.31.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
install = sysd-manager.install
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = sysd-manager
|
|||
depends = systemd-libs
|
||||
depends = gtksourceview5
|
||||
depends = gettext
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.31.0.tar.gz
|
||||
sha256sums = c9a5d9927ebb83d8d55988e48316cd12d88aae6efafa04599370637fcb6f9e1a
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.31.1.tar.gz
|
||||
sha256sums = aef6b6aae241708266b94d8a4778d1d55733a739b373073e6945baded64cd3be
|
||||
|
||||
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.31.1] - 2025-08-14
|
||||
|
||||
### Fixed
|
||||
- Filter UI behaviour
|
||||
|
||||
## [1.31.0] - 2025-08-13
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.31.0
|
||||
pkgver=1.31.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=6fdbb155ce05760e4197a6ba19b065c1f8161a98
|
||||
_commit=11f05a7f84efffa4febe16702f3d64c1652d6ac3
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('c9a5d9927ebb83d8d55988e48316cd12d88aae6efafa04599370637fcb6f9e1a')
|
||||
sha256sums=('aef6b6aae241708266b94d8a4778d1d55733a739b373073e6945baded64cd3be')
|
||||
validpgpkeys=()
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue