summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2021-01-13 00:19:58 +0100
committerRhys Perry2021-01-13 00:19:58 +0100
commitea30a82c5022670b543c6f42b75f2823b729a95d (patch)
treebdc17341dfe5449e24537803c377d884900c5336
parentec39a50d316fb57adacf55771a85047acfb59c06 (diff)
downloadaur-ea30a82c5022670b543c6f42b75f2823b729a95d.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 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"