diff options
author | plrigaux | 2025-03-31 14:32:48 -0400 |
---|---|---|
committer | plrigaux | 2025-03-31 14:32:48 -0400 |
commit | 8487163fa7b2797fe29d4ff424826e46cc82625b (patch) | |
tree | 89df9192d46633d77dbd24fa2c1b72fe658aab33 | |
parent | ad2804d1c6e7211206e588d7b5cb5eb2a2af6611 (diff) | |
download | aur-8487163fa7b2797fe29d4ff424826e46cc82625b.tar.gz |
"v1.20.2"
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 7 deletions
@@ -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.20.1 + pkgver = 1.20.2 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -13,7 +13,8 @@ pkgbase = sysd-manager depends = gtk4 depends = libadwaita depends = systemd-libs - source = git+https://github.com/plrigaux/sysd-manager.git#commit=52ce27dabbedfabfa2ff59bb99e63341ca086a79 - sha256sums = eafeac7e93958265a2ca7df34ed1838e46107b3cecec3225476077152b1e742b + depends = gtksourceview5 + source = git+https://github.com/plrigaux/sysd-manager.git#commit=4b3039b7b991ab0ab7cf34dfa43e947928deb81f + sha256sums = 6ee78724a2c840dc359ddf1307a45a74c4aa67dd5b89b3b83b48c433aaf1eb8f pkgname = sysd-manager @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.20.1 +pkgver=1.20.2 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." @@ -9,7 +9,7 @@ arch=('x86_64' 'aarch64') url="https://github.com/plrigaux/sysd-manager" license=('GPLv3+') groups=() -depends=("gtk4" "libadwaita" "systemd-libs") +depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5") makedepends=(cargo git) checkdepends=() optdepends=() @@ -20,10 +20,10 @@ backup=() options=() install=$pkgname.install changelog=CHANGELOG.md -_commit=52ce27dabbedfabfa2ff59bb99e63341ca086a79 +_commit=4b3039b7b991ab0ab7cf34dfa43e947928deb81f source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('eafeac7e93958265a2ca7df34ed1838e46107b3cecec3225476077152b1e742b') +sha256sums=('6ee78724a2c840dc359ddf1307a45a74c4aa67dd5b89b3b83b48c433aaf1eb8f') validpgpkeys=() prepare() { |