summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-16 10:53:42 +0100
committerEsben Haabendal2017-12-16 10:53:42 +0100
commit804ef944e76e0650128c740a1dbf9768c3d7bb80 (patch)
tree08ba2e8758be256b3c0a61f0a0a13381dff87dbd
parenta73b70f9375e28a2865461967b65fb81ca1e8e89 (diff)
downloadaur-804ef944e76e0650128c740a1dbf9768c3d7bb80.tar.gz
Add dependency to magit-popup
With the recent split out of magit-popup.el from magit, it now lives in a separate package.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4d769751329..5acc787f09aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ _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')
makedepends=('ed')
+depends=('emacs' 'git' 'emacs-dash>=2.13.0' 'emacs-with-editor-git>=2.6.0' 'emacs-magit-popup>=2.12.0')
provides=('emacs-magit')
conflicts=('emacs-magit')
install="${pkgname}.install"