summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gisbers2021-12-22 00:49:27 +0100
committerMichael Gisbers2021-12-22 00:49:27 +0100
commit5567d31925ccd05283442f2142d966ca8b691956 (patch)
tree2f28e91d93eae3385207dc4d54333ac6c887e919
parentdfc9aaf66cd8f0fc2ab5d8071199e709e5d39af2 (diff)
downloadaur-5567d31925ccd05283442f2142d966ca8b691956.tar.gz
remove unwanted comma
-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')