Merge pull request #752 from farcaller/patch-1

Updated docker to 0.9.0
This commit is contained in:
WarheadsSE 2014-03-10 15:08:34 -04:00
commit 6c36afdf90

View file

@ -4,17 +4,18 @@
# Add patch for ARM being a supported platform. # Add patch for ARM being a supported platform.
pkgname=docker pkgname=docker
_truever=0.8.0 _truever=0.9.0
pkgver=${_truever%.*} pkgver=${_truever%.*}
pkgrel=1.2 pkgrel=1
epoch=1 epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container' pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64') arch=('x86_64')
url='http://www.docker.io/' url='http://www.docker.io/'
license=('Apache') license=('Apache')
depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'sqlite' 'systemd') depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
makedepends=('git' 'go' 'btrfs-progs') makedepends=('git' 'go' 'btrfs-progs')
optdepends=('btrfs-progs: btrfs backend support') optdepends=('btrfs-progs: btrfs backend support'
'lxc: lxc driver support')
# don't strip binaries! A sha1 is used to check binary consistency. # don't strip binaries! A sha1 is used to check binary consistency.
options=('!strip') options=('!strip')
install=$pkgname.install install=$pkgname.install