mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/docker to 1.12.5-1
This commit is contained in:
parent
c17c2475ca
commit
324e00aa38
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
:
|
||||
|
|
Loading…
Reference in a new issue