summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-16 10:58:29 +0100
committerEsben Haabendal2017-12-16 10:58:29 +0100
commitd12603cd4578987f42ba8838922b4dc1b3357fa5 (patch)
treef02eabe50452010be0d25183aa907be4ba221bf6 /PKGBUILD
parentdefdc2c8fdd483897e3142aeec771899f98da24a (diff)
downloadaur-d12603cd4578987f42ba8838922b4dc1b3357fa5.tar.gz
Drop legacy dependency on ed
I have not been able to locate any reason for this dependency, so let's try and drop it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08997492316b..21bab75a561a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ _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=('git' 'ed')
provides=('emacs-magit' 'emacs-magit-popup')
conflicts=('emacs-magit-git' 'emacs-magit-popup')
install="${pkgname}.install"