mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Fixed as per reviewer comments
This commit is contained in:
parent
44298c8242
commit
0b8c719312
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue