mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:57:15 +08:00
docker: update to 18.09.1, added conflicting packages as per #103
This commit is contained in:
parent
fcaad67c4e
commit
f5c49ddc9d
@ -1,7 +1,7 @@
|
|||||||
# Arch Maintainer: Sébastien "Seblu" Luttringer
|
# Arch Maintainer: Sébastien "Seblu" Luttringer
|
||||||
|
|
||||||
pkgname=docker
|
pkgname=docker
|
||||||
pkgver=18.05.0
|
pkgver=18.09.1
|
||||||
pkgrel=1
|
pkgrel=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')
|
||||||
@ -13,6 +13,9 @@ makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd')
|
|||||||
optdepends=('btrfs-progs: btrfs backend support'
|
optdepends=('btrfs-progs: btrfs backend support'
|
||||||
'lxc: lxc backend support'
|
'lxc: lxc backend support'
|
||||||
'pigz: parallel gzip compressor support')
|
'pigz: parallel gzip compressor support')
|
||||||
|
provides=('containerd' 'runc')
|
||||||
|
conflicts=('containerd' 'runc')
|
||||||
|
replaces=('containerd' 'runc')
|
||||||
# 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' '!buildflags')
|
options=('!strip' '!buildflags')
|
||||||
# Use exact commit version from Dockerfile, see them in:
|
# Use exact commit version from Dockerfile, see them in:
|
||||||
|
Loading…
Reference in New Issue
Block a user