mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
"v2.12.2"
This commit is contained in:
parent
e9fd476b09
commit
8ddaf1f34e
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 service, timer, socket and other units.
|
||||
pkgver = 2.12.1
|
||||
pkgver = 2.12.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/plrigaux/sysd-manager
|
||||
changelog = CHANGELOG.md
|
||||
|
|
@ -14,7 +14,7 @@ pkgbase = sysd-manager
|
|||
depends = systemd-libs
|
||||
depends = gtksourceview5
|
||||
depends = gettext
|
||||
source = sysd-manager-2.12.1.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.12.1.tar.gz
|
||||
sha256sums = 192d339b8d466daadb21c48f16600f2814311c348203d5d5a581b189b9a67d7d
|
||||
source = sysd-manager-2.12.2.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.12.2.tar.gz
|
||||
sha256sums = fb4965590006b1ee37850fbf93cf012f55aa465118306a65b207552a3db252d2
|
||||
|
||||
pkgname = sysd-manager
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Pierre-Luc Rigaux
|
||||
# Contributor: Pierre-Luc Rigaux
|
||||
pkgname=sysd-manager
|
||||
pkgver=2.12.1
|
||||
pkgver=2.12.2
|
||||
pkgrel=1
|
||||
pkgdesc="A systemd GUI to manage service, timer, socket and other units."
|
||||
arch=("x86_64" "aarch64")
|
||||
|
|
@ -11,10 +11,10 @@ license=("GPL-3.0-or-later")
|
|||
depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5" "gettext")
|
||||
makedepends=("cargo" "git")
|
||||
changelog=CHANGELOG.md
|
||||
_commit=4258162b1351ee293687d7c36f41f40866c2bc2a
|
||||
_commit=5a6553e9fb480292b72f9fbcc28cc4bd26c35b81
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
_pkgsrcdir=$pkgname-$pkgver
|
||||
sha256sums=('192d339b8d466daadb21c48f16600f2814311c348203d5d5a581b189b9a67d7d')
|
||||
sha256sums=('fb4965590006b1ee37850fbf93cf012f55aa465118306a65b207552a3db252d2')
|
||||
|
||||
prepare() {
|
||||
cd $_pkgsrcdir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue