summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Sztandera2016-02-26 14:15:18 +0100
committerJakub Sztandera2016-02-26 14:15:18 +0100
commite41c108eca16dd2dd56be1c0d8efdb02d5e7115e (patch)
treee5ba5704088a601791d88c0f0be0ce54949696ca
parent359f6fa78b5e0bc4f87eb81553f905d132c612b9 (diff)
downloadaur-e41c108eca16dd2dd56be1c0d8efdb02d5e7115e.tar.gz
Add git to build deps. Minor
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cb740c7c1c0..680aa051855e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Packaging tool built around the distributed, content addressed filesyst
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/whyrusleeping/$pkgname"
license=('MIT')
-makedepends=('go')
+makedepends=('git', 'go')
optdepends=('gx-go: gx packaing module for go')
source=("git+${url}.git")
md5sums=('SKIP')