summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abb0e27f1ca..e389fcba2b6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 6 21:07:35 UTC 2016
+# Sat Feb 6 21:08:33 UTC 2016
pkgbase = runc-git
pkgdesc = Container CLI tools
pkgver = r1432.8ad8d40
@@ -8,7 +8,7 @@ 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
diff --git a/PKGBUILD b/PKGBUILD
index 4a9b03cf3536..b5bdcbff7190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r1432.8ad8d40
pkgrel=1
pkgdesc="Container CLI tools"
depends=('glibc')
-makedepends=('godep', 'go')
+makedepends=('godep' 'go')
arch=('x86_64' 'i686')
source=("git+https://github.com/opencontainers/runc.git")
url="http://runc.io/"