summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Singer2023-05-16 11:33:16 +0000
committerFelix Singer2023-05-16 11:33:16 +0000
commitc48ed60226eed22c5081e4a8b8221e0bf3a6517d (patch)
tree4478097a4de358e29f295b49b763e87ac64d9efb /PKGBUILD
parent04020af3911afd26702ac546bad9143069269d63 (diff)
downloadaur-c48ed60226eed22c5081e4a8b8221e0bf3a6517d.tar.gz
PKGBUILD: Add git to makedepends
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55605552cc1a..b0fad303815d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url='https://www.coreboot.org'
license=(BSD2 BSD3 GPL2 LGPL2Plus GPL3Plus)
arch=(x86_64 aarch64 riscv)
depends=() # TODO
-makedepends=('gcc-ada' 'python') # TODO
+makedepends=('gcc-ada' 'git' 'python') # TODO
options=('buildflags')
sources_gcc=(
'https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz'