summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gisbers2021-12-22 00:48:16 +0100
committerMichael Gisbers2021-12-22 00:48:16 +0100
commitdfc9aaf66cd8f0fc2ab5d8071199e709e5d39af2 (patch)
tree51d4134338fac648bbd3bc3c69f79578b2a24bd5
parent21362b8d548c16c16c3a9bb79a60c1606c041f2d (diff)
downloadaur-dfc9aaf66cd8f0fc2ab5d8071199e709e5d39af2.tar.gz
correct license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ef3cfb168c..fa7613cd51ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Dec 21 23:45:48 UTC 2021
+# Tue Dec 21 23:48:00 UTC 2021
pkgbase = mc-agent
pkgdesc = Simple ssh-agent that loads keys stored from Moolticute
pkgver = r59.fef4de4
pkgrel = 2
url = https://github.com/raoulh/mc-agent
arch = x86_64
- license = GPL
- makedepends = go
+ license = GPL3
+ makedepends = git,go
source = mc-agent::git://github.com/raoulh/mc-agent
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2b8478c0dd9a..dc3a84019385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=2
pkgdesc='Simple ssh-agent that loads keys stored from Moolticute'
arch=('x86_64')
url="https://github.com/raoulh/$pkgname"
-license=('GPL')
-makedepends=('go')
+license=('GPL3')
+makedepends=('git','go')
source=("$pkgname"::"git://github.com/raoulh/$pkgname")
sha256sums=('SKIP')