community/docker to 1.12.5-1

This commit is contained in:
Kevin Mihelich 2016-12-30 14:37:41 +00:00
parent c17c2475ca
commit 324e00aa38

View file

@ -4,11 +4,11 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
pkgname=docker
pkgver=1.12.3
pkgver=1.12.5
pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
arch=('x86_64' 'i686')
url='https://www.docker.com/'
license=('Apache')
depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 'libseccomp')
@ -35,8 +35,8 @@ prepare() {
local filename
for filename in "${source[@]}"; do
if [[ "$filename" =~ \.patch$ ]]; then
msg2 "Applying patch $filename"
patch -p1 -N -i "$srcdir/$filename"
msg2 "Applying patch ${filename##*/}"
patch -p1 -N -i "$srcdir/${filename##*/}"
fi
done
: