summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-09-14 23:47:38 +0200
committerHugo Osvaldo Barrera2021-09-14 23:47:38 +0200
commit2a2eb65886f34781027b1744fc187e862070d796 (patch)
tree3c647576ba4b290124ab661e5f581568776f04a8
parent4e39e436802d196a312bad39c8c7184b4652406c (diff)
downloadaur-2a2eb65886f34781027b1744fc187e862070d796.tar.gz
Update to v2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95269bd305f9..bc3f6cbfb292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = systemd-lock-handler
pkgdesc = Logind lock event to systemd target translation.
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://git.sr.ht/~whynothugo/systemd-lock-handler
arch = any
license = ISC
makedepends = go
makedepends = git
- source = git+https://git.sr.ht/~whynothugo/systemd-lock-handler?signed#tag=v2.1.0
+ source = git+https://git.sr.ht/~whynothugo/systemd-lock-handler?signed#tag=v2.2.0
validpgpkeys = 13FF264E91839686966CA2AC388ADF1E2EEA7F1A
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 03b1c4237a70..73424c58bb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=systemd-lock-handler
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
url="https://git.sr.ht/~whynothugo/systemd-lock-handler"