summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c138796d47..94deeefee195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="The unified tool for managing your Platform.sh services from the comman
arch=('any')
url="https://github.com/platformsh/$_pkgname"
license=('MIT')
-depends=('git' 'php')
-optdepends=('drush' 'composer')
+depends=('git' 'php' 'composer' 'php-box')
+optdepends=('drush')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("$_pkgname"::"git+$url.git#branch=master")