Moved 'golang-go' to makedepends instead of depends in PKGBUILD
This commit is contained in:
parent
ebeacaa93f
commit
ba95fcdfd3
4
.SRCINFO
4
.SRCINFO
@ -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
|
||||
|
||||
|
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user