summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7613cd51ee..f59a999f6a64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 21 23:48:00 UTC 2021
+# Tue Dec 21 23:49:04 UTC 2021
pkgbase = mc-agent
pkgdesc = Simple ssh-agent that loads keys stored from Moolticute
pkgver = r59.fef4de4
@@ -7,7 +7,8 @@ pkgbase = mc-agent
url = https://github.com/raoulh/mc-agent
arch = x86_64
license = GPL3
- makedepends = git,go
+ makedepends = git
+ makedepends = go
source = mc-agent::git://github.com/raoulh/mc-agent
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc3a84019385..87ba5151d044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Simple ssh-agent that loads keys stored from Moolticute'
arch=('x86_64')
url="https://github.com/raoulh/$pkgname"
license=('GPL3')
-makedepends=('git','go')
+makedepends=('git' 'go')
source=("$pkgname"::"git://github.com/raoulh/$pkgname")
sha256sums=('SKIP')