summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-16 10:59:27 +0100
committerEsben Haabendal2017-12-16 10:59:27 +0100
commitb73623ecd3c27e96f74c2faf8843c5329244ece2 (patch)
tree769dcdfb64bab87e99a806fde0536da4a462a2b9
parent75eea886de73da0f5a27665d9f1db73c6bf3699f (diff)
downloadaur-b73623ecd3c27e96f74c2faf8843c5329244ece2.tar.gz
No known reason to require specific emacs version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32dc10e54173..065fae56fce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Emacs - Minuscule client library for the Github API"
arch=('any')
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs>=24.4')
+depends=('emacs')
makedepends=('git')
provides=('emacs-ghub')
source=("git+https://github.com/${_github_org}/${_github_repo}.git#tag=v${pkgver}")