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 2fcd7ebee086..b619abd9b1f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="An SSH2 extension for PHP"
url="http://pecl.php.net/package/ssh2"
license=('PHP')
arch=('i686' 'x86_64')
-depends=('php' 'openssh')
-makedepends=('php' 'git')
+depends=('php>=7.0.0' 'openssh')
+makedepends=('php>=7.0.0' 'git')
provides=('php-ssh')
conflicts=('php-ssh')
install=${_pkgname}.install