summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa88ded2fc64..8800448b50e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = fathom-git
license = MIT
makedepends = go
makedepends = npm
+ makedepends = git
provides = fathom
conflicts = fathom
source = git+https://github.com/usefathom/fathom.git
diff --git a/PKGBUILD b/PKGBUILD
index 816e3930179c..4ef53ceaa2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ license=("MIT")
arch=("any")
provides=("fathom")
conflicts=("fathom")
-makedepends=("go" "npm")
+makedepends=("go" "npm" "git")
source=("git+https://github.com/usefathom/fathom.git")
md5sums=("SKIP")
_gitname="fathom"