summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-08-06 12:00:31 +0200
committerHugo Osvaldo Barrera2021-08-06 12:00:31 +0200
commita0c565ce479424015d6386e1ab11871d5b90433e (patch)
treebb005394aae60b3e78a3cc348261a13d94a99ed1
parentf46f57831ea608e1ca2839e8d6a2105215a61ac6 (diff)
downloadaur-a0c565ce479424015d6386e1ab11871d5b90433e.tar.gz
Add git as a makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b385dc821edc..9116596d4dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = systemd-lock-handler
pkgdesc = Logind lock event to systemd target translation.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
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.0.0
validpgpkeys = 951082781CA308E4A529DEFD6F9FFF122B98C0CD
md5sums = SKIP
pkgname = systemd-lock-handler
-
diff --git a/PKGBUILD b/PKGBUILD
index 73acd1312b0a..3606ef2ccde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=systemd-lock-handler
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
url="https://git.sr.ht/~whynothugo/systemd-lock-handler"
license=('ISC')
-makedepends=('go')
+makedepends=('go' 'git')
source=("git+https://git.sr.ht/~whynothugo/systemd-lock-handler?signed#tag=v${pkgver}")
md5sums=('SKIP')
validpgpkeys=('951082781CA308E4A529DEFD6F9FFF122B98C0CD')