Moved 'golang-go' to makedepends instead of depends in PKGBUILD

This commit is contained in:
Hunter Wittenborn 2021-12-20 13:00:57 -06:00
parent ebeacaa93f
commit ba95fcdfd3
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ generated-by = makedeb-makepkg
pkgbase = docker-compose
pkgdesc = Define and run multi-container applications with Docker
pkgver = 2.2.2
pkgrel = 1
pkgrel = 2
url = https://docs.docker.com/compose/
arch = any
license = Apache-2.0
depends = golang-go>=1.17
makedepends = golang-go>=1.17
source = https://github.com/docker/compose/archive/refs/tags/v2.2.2.tar.gz
sha256sums = SKIP

View File

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