summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Viallon2021-04-28 22:12:55 +0200
committerAntoine Viallon2021-04-28 22:12:55 +0200
commitc3f2942b259529623f4dbd0e8e0ab1387d901a7e (patch)
tree11d9620c52808504cf335a6514baf0cf45112991 /PKGBUILD
parentc0162215e287a58aabfb07fbf1ad097b0aa3bc4e (diff)
downloadaur-c3f2942b259529623f4dbd0e8e0ab1387d901a7e.tar.gz
Add cmake and git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce8cf116c2fe..f130dd859832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ source=(
md5sums=(SKIP)
arch=(x86_64 i386 armv7h)
depends=(ananicy fmt spdlog nlohmann-json)
+makedepends=(cmake git)
prepare() {
cd "$pkgname"