summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaushal M2018-11-20 16:34:45 +0530
committerKaushal M2018-11-20 16:34:45 +0530
commit3751973f0a434364c10b1367cfb3b6873ede5aee (patch)
tree38332f3bc2ede4e96074e26a6bb96ad185e0ea75 /PKGBUILD
parent4f192ca7141bc3bd4e74cf013c347cbef91730bb (diff)
downloadaur-3751973f0a434364c10b1367cfb3b6873ede5aee.tar.gz
Add makedepends on git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7db74a0422ec..3ed08acaceb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/containers/fuse-overlayfs"
license=('GPL3')
depends=('fuse3')
+makedepends=('git')
source=("${pkgname%-*}::git+https://github.com/containers/fuse-overlayfs.git")
sha256sums=('SKIP')