summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfossdd2021-03-02 18:58:52 +0000
committerfossdd2021-03-02 18:58:52 +0000
commit81018d8ad5cd8fe50064da2b0932735521cff54f (patch)
tree1cca2bc490be06ec881a3673103d26bb30039a2a /PKGBUILD
parentda16eb8e24c156ac9f3ca029820f9b15d4442d01 (diff)
downloadaur-81018d8ad5cd8fe50064da2b0932735521cff54f.tar.gz
add git as makedep
git is required for downloading sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd6487c18396..b27f51d3d111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/nkanaev/yarr'
license=('MIT')
source=('git+git://github.com/nkanaev/yarr' 'git+git://github.com/nkanaev/gofeed')
depends=()
-makedepends=('go' 'make')
+makedepends=('go' 'make' 'git')
sha1sums=('SKIP' 'SKIP')
pkgver() {