diff options
author | plrigaux | 2025-02-17 14:33:21 -0500 |
---|---|---|
committer | plrigaux | 2025-02-17 14:33:21 -0500 |
commit | eb54b16224e6918d6bf9bcaa68816786620e670d (patch) | |
tree | 0999df14326d16909191a27db44dfd3c5987c093 /PKGBUILD | |
parent | 70d3514c9471266aba6510ed843abfe59d981f7c (diff) | |
download | aur-eb54b16224e6918d6bf9bcaa68816786620e670d.tar.gz |
"v1.14.1"
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.14.0 +pkgver=1.14.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=ea1b7bd374fb6b08f33a3dd8b6c4cc6bc782a780 +_commit=348c336e8ccc0e3599728a7b5df05f9d26a63844 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('3f764ff048b68ef93b9461e58a2d61149810bf38ae36a3ac5df3b51a58a244ba') +sha256sums=('f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017') validpgpkeys=() prepare() { |