diff options
author | envolution | 2024-11-18 02:55:54 -0500 |
---|---|---|
committer | envolution | 2024-11-18 02:55:54 -0500 |
commit | 73d2ba605cd9fab53bb135b109e65412af63edd6 (patch) | |
tree | 0236ce35819e4d139507f9274673274da64e30b3 /PKGBUILD | |
parent | 133a5a212e4e1fe1ad38c14d5a0ad3dc46254291 (diff) | |
download | aur-73d2ba605cd9fab53bb135b109e65412af63edd6.tar.gz |
fix conflict items
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ arch=('x86_64' 'aarch64') url='https://www.docker.com/' license=('Apache-2.0') provides=(docker) -conflicts=(docker containerd runc) +conflicts=(docker) depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd-libs' 'libseccomp' 'libtool' 'runc' 'containerd') makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd' 'go-md2man' 'sed') |