summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhys Perry2021-01-13 00:19:58 +0100
committerRhys Perry2021-01-13 00:19:58 +0100
commitea30a82c5022670b543c6f42b75f2823b729a95d (patch)
treebdc17341dfe5449e24537803c377d884900c5336 /PKGBUILD
parentec39a50d316fb57adacf55771a85047acfb59c06 (diff)
downloadaur-fathom-git.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"