summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Oliveira2017-12-05 21:41:43 -0200
committerLuiz Oliveira2017-12-05 21:41:43 -0200
commit84df28874f6a01509496c2cd2982c8f093301696 (patch)
tree94a927be2b959f5a408ab377657b91ad397a9333
parentf94a9598602011d62a67aa7bdbfcb447330bc442 (diff)
downloadaur-84df28874f6a01509496c2cd2982c8f093301696.tar.gz
included docker-compose as dependency
Signed-off-by: Luiz Oliveira <ziuloliveira@gmail.com>
-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")