summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2021-06-15 10:06:31 +0200
committerAlphaJack2021-06-15 10:06:31 +0200
commit9dabdcb690ae4aa28a7159acb685420b8edcf0f6 (patch)
tree1878731d813097422e89539d0a3cfb3a53af4deb /PKGBUILD
parentbd1cb85bb58e648371fa7a686ccdc47938f0a200 (diff)
downloadaur-9dabdcb690ae4aa28a7159acb685420b8edcf0f6.tar.gz
Added git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ba5829df653..0b2b0eb5598c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://www.monicahq.com/"
license=("AGPL3")
arch=("any")
depends=("php>=7.2")
-makedepends=("composer")
+makedepends=("composer" "git")
optdepends=("mariadb: database"
"apache: web server"
"nginx: web server"