summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-16 12:29:54 +0100
committerEsben Haabendal2017-12-16 12:29:54 +0100
commit236b9ad720649d238f9262a4624b9064a1f1e20f (patch)
tree4eb52791affa72b9eed25415f39c5802e19eed2c
parente4624f3fde6679205322efec3f6cb384862d8c88 (diff)
downloadaur-236b9ad720649d238f9262a4624b9064a1f1e20f.tar.gz
Add emacs-ghub dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcf9b7e1d0e4..ce6dfb36679b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _github_org="magit"
_github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs' 'git' 'emacs-dash>=2.13.0' 'emacs-with-editor-git>=2.6.0' 'emacs-magit-popup>=2.12.0')
+depends=('emacs' 'git' 'emacs-dash>=2.13.0' 'emacs-with-editor-git>=2.6.0' 'emacs-magit-popup>=2.12.0' 'emacs-ghub')
provides=('emacs-magit')
conflicts=('emacs-magit')
install="${pkgname}.install"