makedeb
Define and run multi-container applications with Docker
Click here to go back to the commit logs for docker-compose.
Hash: ba95fcdfd3ab131876e376e7a87ac1eb6e46b00b
Message: Moved 'golang-go' to makedepends instead of depends in PKGBUILD
diff --git a/.SRCINFO b/.SRCINFO
index 709c186..2ee82d1 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index 0b624d1..1b50093 100644
--- a/PKGBUILD
+++ b/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")