summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-04 07:48:25 +0100
committerEsben Haabendal2019-11-04 07:48:25 +0100
commit83edcbdf2626e113c5a45a583c8d88c8d53a0444 (patch)
treeb09e852d18cb6d3f5afeff126a47496e8ec0b990
parent01a0725db7bc3b074c249bc40dfa78381e5f3481 (diff)
downloadaur-83edcbdf2626e113c5a45a583c8d88c8d53a0444.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.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf35b46730d3..ab08885fc559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
makedepends=('git')
-depends=('emacs>=24.4' 'emacs-async>=1.9')
+depends=('emacs' 'emacs-async>=1.9')
provides=('emacs-with-editor')
conflicts=('emacs-with-editor')
install="${pkgname}.install"