summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-04 07:46:54 +0100
committerEsben Haabendal2019-11-04 07:46:54 +0100
commitff8726724fa497bd06c5695e4a377b93db4e16bc (patch)
tree91cc21a7d8cb1dbfc3ad3a46fceb371c34ee365a
parent5f9a878d562f07eb7c40b6ded306d78f2162b51e (diff)
downloadaur-ff8726724fa497bd06c5695e4a377b93db4e16bc.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 c515c3e45c4e..6db495dbb6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A generic interface for toggling switches and setting options and then
arch=('any')
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs>=24.4' 'emacs-dash>=2.13.0' 'emacs-async>=1.9.2')
+depends=('emacs' 'emacs-dash>=2.13.0' 'emacs-async>=1.9.2')
makedepends=('git')
provides=('emacs-magit-popup')
conflicts=('emacs-magit<=2.11.0')