mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 20:43:47 +01:00
"v1.27.0"
This commit is contained in:
parent
fe458762e8
commit
a39bf73909
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 = 1.26.0
|
||||
pkgver = 1.27.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 = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.26.0.tar.gz
|
||||
sha256sums = 320a98c124935194a55f89617da06a4e1495fe1dc9f026da243f6b463672c6af
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.27.0.tar.gz
|
||||
sha256sums = e84deaf8fa9b7b17600fa71cd592cd47f46d207ef126e768609a3eaa08773c8d
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ 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.27.0] - 2025-05-29
|
||||
|
||||
### Added
|
||||
- Add Mask unit more options
|
||||
|
||||
### Fixed
|
||||
- Enable unit file Dialog save context mixed up
|
||||
|
||||
## [1.26.0] - 2025-05-28
|
||||
|
||||
### Added
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.26.0
|
||||
pkgver=1.27.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=fdb90e2b3bd4c4d41d46acaca998d673c9493209
|
||||
_commit=d0233cead9b426b0c1481f1e3debc929fbfba6ca
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('320a98c124935194a55f89617da06a4e1495fe1dc9f026da243f6b463672c6af')
|
||||
sha256sums=('e84deaf8fa9b7b17600fa71cd592cd47f46d207ef126e768609a3eaa08773c8d')
|
||||
validpgpkeys=()
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue