"v2.11.4"

This commit is contained in:
plrigaux 2026-01-14 12:18:37 -05:00
parent b16c25beb4
commit 4f465bf656
3 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sysd-manager
pkgdesc = A systemd GUI to manage service, timer, socket and other units.
pkgver = 2.11.3
pkgver = 2.11.4
pkgrel = 1
url = https://github.com/plrigaux/sysd-manager
changelog = CHANGELOG.md
@ -14,7 +14,7 @@ pkgbase = sysd-manager
depends = systemd-libs
depends = gtksourceview5
depends = gettext
source = sysd-manager-2.11.3.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.3.tar.gz
sha256sums = 47cbbd06511eec0ca81fcd7ae82e85da45bafa3314425ab537667d72c809e66e
source = sysd-manager-2.11.4.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.4.tar.gz
sha256sums = 430a7822ca2c4ddf6746b7ebbbe82f782b94e696106b685306e9a012ebec1cb4
pkgname = sysd-manager

View file

@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Show interface on properties list
- Can create unit' Drop-Ins
## [2.11.4] - 2026-01-14
### Added
- Menu item to toggle Show Line Numbers on unit file panel.
## [2.11.3] - 2026-01-13
### Added

View file

@ -2,7 +2,7 @@
# Maintainer: Pierre-Luc Rigaux
# Contributor: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=2.11.3
pkgver=2.11.4
pkgrel=1
pkgdesc="A systemd GUI to manage service, timer, socket and other units."
arch=("x86_64" "aarch64")
@ -11,10 +11,10 @@ license=("GPL-3.0-or-later")
depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5" "gettext")
makedepends=("cargo" "git")
changelog=CHANGELOG.md
_commit=382fc2a66a310627ce5d839192ce366a9527e6c9
_commit=fa58bd05e6e5c41356e09cd8e6f55c6453858973
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
_pkgsrcdir=$pkgname-$pkgver
sha256sums=('47cbbd06511eec0ca81fcd7ae82e85da45bafa3314425ab537667d72c809e66e')
sha256sums=('430a7822ca2c4ddf6746b7ebbbe82f782b94e696106b685306e9a012ebec1cb4')
prepare() {
cd $_pkgsrcdir