summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-02 11:48:08 +0100
committerEsben Haabendal2019-11-02 11:48:08 +0100
commit0be5474a199c8c45a95c89239fcd91241b505877 (patch)
treec053549b5969988f15a04f40130a7021fdc5a5c6
parent6d9e208c068837ec3a75513b03c9a827abe08bd7 (diff)
downloadaur-0be5474a199c8c45a95c89239fcd91241b505877.tar.gz
Make sure git is available for cloning repo
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36deac315c9e..187c48f6a27d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ _github_org="magit"
_github_repo="with-editor"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
+makedepends=('git')
depends=('emacs>=24.4' 'emacs-async>=1.9')
provides=('emacs-with-editor')
conflicts=('emacs-with-editor-git')