summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"