diff --git a/.SRCINFO b/.SRCINFO index bbffdd3dfb04..da414712f0b2 100644 --- a/.SRCINFO +++ b/.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.0 + pkgver = 1.30.1 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.0.tar.gz - sha256sums = cdd52d0055efa65df34f8748a75fe1691b9aa3fe7433d52c6155abecc0af7233 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.30.1.tar.gz + sha256sums = a7e3621896369fe4d63d935e2e76e10d0756e358f8911257935fafbaa6852313 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f207bd540bc..0e152c23289d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New unit file controls : Preset, Disable, Reenable and Link +- Portuguese Brazil translation strings - French translation strings Fix diff --git a/PKGBUILD b/PKGBUILD index fcc432249aee..1d75b180012c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.30.0 +pkgver=1.30.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=4c084c448084097ffdb5b0353b6fd3fcccc76c23 +_commit=8985e8e62c3081a5c3b05289e8c22ba224cc9f30 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('cdd52d0055efa65df34f8748a75fe1691b9aa3fe7433d52c6155abecc0af7233') +sha256sums=('a7e3621896369fe4d63d935e2e76e10d0756e358f8911257935fafbaa6852313') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver