mirror of
https://github.com/archlinux/aur.git
synced 2026-02-20 04:00:37 +01:00
"v1.13.1"
This commit is contained in:
parent
b5d69dc815
commit
45aabdc9be
2 changed files with 6 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.12.4
|
||||
pkgver = 1.13.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
install = sysd-manager.install
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = sysd-manager
|
|||
depends = gtk4
|
||||
depends = libadwaita
|
||||
depends = systemd-libs
|
||||
source = git+https://github.com/plrigaux/sysd-manager.git#commit=89122c7a35bed51923c7b5b6439a67dfb8f1a3fc
|
||||
sha256sums = c70c437cf523efacbefb2acbb217606ad76187ec4fb209a88a4c397b848cb428
|
||||
source = git+https://github.com/plrigaux/sysd-manager.git#commit=e59b6fb501e5713f6aebeb0b2d1e0cb2ce41c406
|
||||
sha256sums = 2d45cb793dafc8e0260b489324c4984786b80970fcaf2b3ece792ca01a24c393
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.12.4
|
||||
pkgver=1.13.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=89122c7a35bed51923c7b5b6439a67dfb8f1a3fc
|
||||
_commit=e59b6fb501e5713f6aebeb0b2d1e0cb2ce41c406
|
||||
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
|
||||
noextract=()
|
||||
sha256sums=('c70c437cf523efacbefb2acbb217606ad76187ec4fb209a88a4c397b848cb428')
|
||||
sha256sums=('2d45cb793dafc8e0260b489324c4984786b80970fcaf2b3ece792ca01a24c393')
|
||||
validpgpkeys=()
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue