summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIwan Timmer2015-11-04 18:21:18 +0100
committerIwan Timmer2015-11-04 18:21:18 +0100
commitcebd1ae7a0da3ddb577eb114f90e5d5b85209aeb (patch)
tree96306a110211e38100c6f66150f45d95651a1d67
parentada88a2cc5d1838e74781a7b1543363cdcdf0a27 (diff)
downloadaur-cebd1ae7a0da3ddb577eb114f90e5d5b85209aeb.tar.gz
Add Go make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ccb36a0344e..73da65b9eecf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,8 @@ pkgbase = runc-git
arch = x86_64
arch = i686
license = APACHE
- makedepends = godep
+ makedepends = godep,
+ makedepends = go
depends = glibc
source = git+https://github.com/opencontainers/runc.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b7b8ad8329f8..944b86ae13dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r1432.8ad8d40
pkgrel=1
pkgdesc="Container CLI tools"
depends=('glibc')
-makedepends=('godep')
+makedepends=('godep', 'go')
arch=('x86_64' 'i686')
source=("git+https://github.com/opencontainers/runc.git")
url="http://runc.io/"