mirror of
https://github.com/archlinux/aur.git
synced 2026-02-03 13:59:12 +01:00
"v2.1.0"
This commit is contained in:
parent
7d11d35578
commit
67852fa610
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
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 = 2.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
install = sysd-manager.install
|
||||
changelog = CHANGELOG.md
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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."
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -20,7 +20,7 @@ backup=()
|
|||
options=()
|
||||
install=$pkgname.install
|
||||
changelog=CHANGELOG.md
|
||||
_commit=4a020bdd15c0f9b3c08fe7569386208b82c91296
|
||||
_commit=3ad296d443f09a55da068698fd01a187c9fe764d
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('bbeab8d64d8962d261860a301f38a7ef9a6687d2663503e9ae7f55fc2de01d2b')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue