aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Fordham2016-06-23 13:06:26 +1000
committerChris Fordham2016-06-23 13:06:26 +1000
commit15b591e79ecc5a3a14a7989e468d54ea36fe62c7 (patch)
tree625b3a2391bcdebcd9cf6064b5a2e5b8ab8c2179
parentb9ed9acf4f596ecfb170060a56338f8b5a069a4d (diff)
downloadaur-15b591e79ecc5a3a14a7989e468d54ea36fe62c7.tar.gz
Support i686.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c65beb7e67..c75a7c9d8b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,11 @@
+# Generated by mksrcinfo v8
+# Thu Jun 23 03:04:28 UTC 2016
pkgbase = containerd-git
pkgdesc = A daemon to control runC, built for performance and density
pkgver = v0.2.0.r95.g3d90005
pkgrel = 1
url = https://containerd.tools/
+ arch = i686
arch = x86_64
license = APACHE
makedepends = go
@@ -14,4 +17,3 @@ pkgbase = containerd-git
md5sums = SKIP
pkgname = containerd-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e9bb82f7f444..2fa8f6282a0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://containerd.tools/'
depends=('glibc' 'runc-git')
makedepends=('go' 'git')
replaces=('containerd')
-arch=('x86_64')
+arch=('i686' 'x86_64')
source=("git+https://github.com/docker/containerd.git")
license=("APACHE")
md5sums=('SKIP')
@@ -36,4 +36,3 @@ package() {
}
# vim:set ts=2 sw=2 et:
-