community/docker-cli-buildx: don't depend on docker-cli

The package `docker` should depend on docker-cli-buildx, not the other
way around.
This commit is contained in:
Natanael Copa 2023-05-06 07:45:30 +02:00
parent c252042034
commit 63fc9a3224

View File

@ -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"