summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kleinschmidt2020-04-10 17:21:41 -0400
committerDave Kleinschmidt2020-04-10 17:21:41 -0400
commit5c91c2373ed81522065c77fa6f2d3ab20004fa3d (patch)
tree4f26587c1f1e0f5907aa2ba2d014d961bcb7ffe4
parentef2971aedf7774fa7746efc445f3dce8e09d6a0f (diff)
downloadaur-5c91c2373ed81522065c77fa6f2d3ab20004fa3d.tar.gz
add git to makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c4ebb2d70b4..aeeb42982f41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://denysdovhan.com/spaceship-prompt/"
license=('MIT')
depends=('zsh')
+makedepends=('git')
conflicts=('spaceship-zsh-theme-git'
'spaceship-prompt')
install="${pkgname}.install"