summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 130b39e37e15..4b1a7c7ec66d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Helps your development process with Docker Compose by asking nicely :)"
arch=('x86_64')
url="https://github.com/IcaliaLabs/plis"
license=('MIT')
+depends=('docker-compose')
optdepends=('go')
conflicts=('plis-git')
source=("https://github.com/IcaliaLabs/plis/releases/download/$pkgver/plis-linux_x86_64")