From 0b8c719312b76141b79639e0fe6262c7ce75ddf9 Mon Sep 17 00:00:00 2001 From: Vladimir Pouzanov Date: Sat, 22 Feb 2014 23:01:39 +0000 Subject: [PATCH] Fixed as per reviewer comments --- community/docker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD index 51cbbf6ca..194464152 100644 --- a/community/docker/PKGBUILD +++ b/community/docker/PKGBUILD @@ -6,10 +6,10 @@ pkgname=docker _truever=0.8.0 pkgver=${_truever%.*} -pkgrel=2 +pkgrel=1.1 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' -arch=('x86_64' 'armv7h') +arch=('x86_64') url='http://www.docker.io/' license=('Apache') depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd')