summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2021-02-03 14:50:03 +0200
committerHusam Bilal2021-02-03 14:50:03 +0200
commit133d0f74c6caf336df6daa36bb00bff04925f8d9 (patch)
tree77fdba3769362e415f602b36d0d0e92da1b2f763 /PKGBUILD
parent2d126b7c0d10df8027e6229114a79950f4481d46 (diff)
downloadaur-arcanist-stable.tar.gz
Make it depends on php7 instead of php.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e68c7788901..aa7594d11706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='The command line interface for Phabricator'
arch=('any')
url='https://www.phacility.com/phabricator/arcanist'
license=('Apache')
-depends=('libphutil' 'php' 'python')
+depends=('libphutil' 'php7' 'python')
optdepends=('git: Git VCS support' 'subversion: Subversion VCS support' 'mercurial: Mercurial VCS support')
makedepends=('git')
provides=("$_pkgname=$pkgver")