summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-04 07:42:03 +0100
committerEsben Haabendal2019-11-04 07:42:03 +0100
commit8e6d01f01aff800dfe097f3c07109a1fd7924981 (patch)
tree4e9f3e3567a201f7718d0b72713b1609b8f4467e /PKGBUILD
parent72f697a1715e45e8a1115ed84fc28ac622a06f2b (diff)
downloadaur-8e6d01f01aff800dfe097f3c07109a1fd7924981.tar.gz
Workaround to allow use with emacs-nox
Using versioned emacs dependency breaks use with emacs-nox. See https://bugs.archlinux.org/task/52905.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50fb22b84f3b..8a19b51a6ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
makedepends=('git')
-depends=('emacs>=25.1' 'git>=2.0.0' 'emacs-dash>=2.14.1' 'emacs-magit-popup>=2.12.4' 'emacs-with-editor>=2.8.0' 'emacs-ghub>=3.0.0')
+depends=('emacs' 'git>=2.0.0' 'emacs-dash>=2.14.1' 'emacs-magit-popup>=2.12.4' 'emacs-with-editor>=2.8.0' 'emacs-ghub>=3.0.0')
provides=('emacs-magit')
conflicts=('emacs-magit-git')
install="${pkgname}.install"