mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 11:03:49 +01:00
"v1.30.8"
This commit is contained in:
parent
ba5d80ee9b
commit
710ef5b6fe
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.30.7
|
||||
pkgver = 1.30.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
install = sysd-manager.install
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = sysd-manager
|
|||
depends = systemd-libs
|
||||
depends = gtksourceview5
|
||||
depends = gettext
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.30.7.tar.gz
|
||||
sha256sums = d963e3f19919244d0c253f39d6f480f3734052956f8b21afb90c29edc57dccea
|
||||
source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.30.8.tar.gz
|
||||
sha256sums = 472c0a7b3631bca7698ac8bea757cce5eedc9d7f48f5c45349ff3785e389a8d0
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Maintainer: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=1.30.7
|
||||
pkgver=1.30.8
|
||||
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=0ae87977f7280f019d90ef338cb0fc4ff8bd5584
|
||||
_commit=210f4ecaf30da85f95b0d68fd4a3e6d6fc636164
|
||||
source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
noextract=()
|
||||
sha256sums=('d963e3f19919244d0c253f39d6f480f3734052956f8b21afb90c29edc57dccea')
|
||||
sha256sums=('472c0a7b3631bca7698ac8bea757cce5eedc9d7f48f5c45349ff3785e389a8d0')
|
||||
validpgpkeys=()
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue