mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
"v2.11.1"
This commit is contained in:
parent
f13d65160d
commit
9a49bb3f69
3 changed files with 19 additions and 10 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = sysd-manager
|
||||
pkgdesc = A systemd GUI to manage service, timer, socket and other units.
|
||||
pkgver = 2.11.0
|
||||
pkgrel = 3
|
||||
pkgver = 2.11.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
changelog = CHANGELOG.md
|
||||
arch = x86_64
|
||||
|
|
@ -14,7 +14,7 @@ pkgbase = sysd-manager
|
|||
depends = systemd-libs
|
||||
depends = gtksourceview5
|
||||
depends = gettext
|
||||
source = sysd-manager-2.11.0.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.0.tar.gz
|
||||
sha256sums = 30135110754816a01dbeebf1d7bbb015633588030dbc7d11085499b67688283b
|
||||
source = sysd-manager-2.11.1.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.1.tar.gz
|
||||
sha256sums = 2862e068019cae86a01ddadc3d2482a6f0a0cac6adf1484aef0eca6631d48a27
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -12,16 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Fix Flatpak save file in home directory (make a warning)
|
||||
- Save unit file in run
|
||||
- Search (simple) the logs
|
||||
- Search dependencies
|
||||
- Options on description menu
|
||||
- Show interface on properties list
|
||||
- Can create unit' Drop-Ins
|
||||
|
||||
## [2.11.1] - 2026-01-12
|
||||
|
||||
### Added
|
||||
|
||||
- Find in text can constrain on whole word
|
||||
|
||||
### Changed
|
||||
|
||||
- Find in text feature handle text update optimizations (e.g. for the journal)
|
||||
|
||||
## [2.11.0] - 2026-01-10
|
||||
|
||||
### Added
|
||||
|
||||
- Find text feature on the Unit's Description, File, Dependencies and Journal
|
||||
- Find in text feature on the Unit's Description, File, Dependencies and Journal
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Pierre-Luc Rigaux
|
||||
# Contributor: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=2.11.0
|
||||
pkgrel=3
|
||||
pkgver=2.11.1
|
||||
pkgrel=1
|
||||
pkgdesc="A systemd GUI to manage service, timer, socket and other units."
|
||||
arch=("x86_64" "aarch64")
|
||||
url="https://github.com/plrigaux/sysd-manager"
|
||||
|
|
@ -11,10 +11,10 @@ license=("GPL-3.0-or-later")
|
|||
depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5" "gettext")
|
||||
makedepends=("cargo" "git")
|
||||
changelog=CHANGELOG.md
|
||||
_commit=6ed3867159a730521b3238d6aa07db2313d8735f
|
||||
_commit=350df1c74a9f9ca74a33140688e839d25c1291d0
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
sha256sums=('30135110754816a01dbeebf1d7bbb015633588030dbc7d11085499b67688283b')
|
||||
sha256sums=('2862e068019cae86a01ddadc3d2482a6f0a0cac6adf1484aef0eca6631d48a27')
|
||||
|
||||
prepare() {
|
||||
cd $_pkgsrcdir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue