summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Gisbers2021-12-22 00:49:27 +0100
committerMichael Gisbers2021-12-22 00:49:27 +0100
commit5567d31925ccd05283442f2142d966ca8b691956 (patch)
tree2f28e91d93eae3385207dc4d54333ac6c887e919 /PKGBUILD
parentdfc9aaf66cd8f0fc2ab5d8071199e709e5d39af2 (diff)
downloadaur-5567d31925ccd05283442f2142d966ca8b691956.tar.gz
remove unwanted comma
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')