From 63fc9a3224800a627a433222f431ca02d137b587 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 6 May 2023 07:45:30 +0200 Subject: [PATCH] community/docker-cli-buildx: don't depend on docker-cli The package `docker` should depend on docker-cli-buildx, not the other way around. --- community/docker-cli-buildx/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/docker-cli-buildx/APKBUILD b/community/docker-cli-buildx/APKBUILD index 218ce8a82af..2325dc67c4b 100644 --- a/community/docker-cli-buildx/APKBUILD +++ b/community/docker-cli-buildx/APKBUILD @@ -3,12 +3,11 @@ pkgname=docker-cli-buildx _commit=c513d34049e499c53468deac6c4267ee72948f02 pkgver=0.10.4 -pkgrel=3 +pkgrel=4 pkgdesc="A Docker CLI plugin for extended build capabilities" url="https://docs.docker.com/engine/reference/commandline/buildx_build" arch="all" license="Apache-2.0" -depends="docker-cli" makedepends="go" options="net" source="buildx-$pkgver.tar.gz::https://github.com/docker/buildx/archive/v$pkgver.tar.gz"