summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-06-04 02:38:19 -0700
committerxiota2023-06-04 02:38:19 -0700
commit83233329f0cb103bdf72419c77641a36a1feabcd (patch)
treea8d48678f12f325e844dc1ced4663f48d0b39d8d /PKGBUILD
parent566645bd2376e4dc7b6d4a908267322fe3483a46 (diff)
downloadaur-83233329f0cb103bdf72419c77641a36a1feabcd.tar.gz
fix depends
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[@]})