summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackalope2022-02-14 10:39:13 -0600
committerJackalope2022-02-14 10:39:13 -0600
commit2760ad8523f2f4fb7102383728446c0e489e7be5 (patch)
treeb4142ed7dc715616c8364ad656f48f8e1dafc48f
parent3f9cb31ed869b0b5b9f3113cca99324e281bd81d (diff)
downloadaur-2760ad8523f2f4fb7102383728446c0e489e7be5.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07da2549c4d..379130cce4f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mold-git
arch = x86_64
license = AGPL3
makedepends = clang
+ makedepends = git
makedepends = xxhash
depends = gcc-libs
depends = mimalloc
diff --git a/PKGBUILD b/PKGBUILD
index da01d5441752..6ef673599786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=(x86_64)
url="https://github.com/rui314/mold"
license=("AGPL3")
depends=("gcc-libs" "mimalloc" "openssl" "tbb" "zlib")
-makedepends=("clang" "xxhash")
+makedepends=("clang" "git" "xxhash")
source=("mold::git+https://github.com/rui314/mold")
sha256sums=("SKIP")
reponame="mold"