summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6315553d9dc..b909a3b448fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer:
# Contributor: Alexey Manukhin <axxapy@gmail.com>
+
+
_gitname="runkit7"
_pkgname="php-$_gitname"
pkgname="$_pkgname-git"
@@ -13,7 +15,7 @@ license=('PHP')
url="https://github.com/runkit7/runkit7"
depends=('php')
-makedepends=('php')
+makedepends=('git')
provides=("$_pkgname")
conflicts=(${provides[@]})