summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 08:42:21 +0100
committerEsben Haabendal2019-01-14 08:42:21 +0100
commit0fcf335824312f5be72d3bae7e0c08633c0756d4 (patch)
treebd29a1470b2f363f85f3f557a9b925abbb35a0d5 /PKGBUILD
parentd3e68c895d454c5ac33ef39cc000e9710ed943ad (diff)
downloadaur-0fcf335824312f5be72d3bae7e0c08633c0756d4.tar.gz
Add git to makedepends
As prescribed in VCS package guidelines https://wiki.archlinux.org/index.php/VCS_package_guidelines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06a0e932d859..d692d0a12060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ _github_org="magit"
_github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
+makedepends=('git')
depends=('emacs>=24.4' 'git>=1.9.4' 'emacs-dash>=2.14.1' 'emacs-ghub>=2.0.1' 'emacs-magit-popup>=2.12.3' 'emacs-with-editor>=2.7.3')
provides=('emacs-magit')
conflicts=('emacs-magit-git')