Moved 'golang-go' to makedepends instead of depends in PKGBUILD
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,11 +1,11 @@
|
||||
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
|
||||
pkgname=docker-compose
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Define and run multi-container applications with Docker'
|
||||
arch=('any')
|
||||
license=('Apache-2.0')
|
||||
depends=('golang-go>=1.17')
|
||||
makedepends=('golang-go>=1.17')
|
||||
url='https://docs.docker.com/compose/'
|
||||
|
||||
source=("https://github.com/docker/compose/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
|
||||
Reference in New Issue
Block a user