mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=docker
|
||||||
_truever=0.8.0
|
_truever=0.8.0
|
||||||
pkgver=${_truever%.*}
|
pkgver=${_truever%.*}
|
||||||
pkgrel=2
|
pkgrel=1.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' 'armv7h')
|
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' 'lxc' 'sqlite' 'systemd')
|
||||||
|
|
Loading…
Reference in a new issue