summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a86e3ac6263..f412c0193716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = emacs-magit-popup
arch = any
license = GPL3
makedepends = git
- depends = emacs>=24.4
+ depends = emacs
depends = emacs-dash>=2.13.0
depends = emacs-async>=1.9.2
provides = emacs-magit-popup
diff --git a/PKGBUILD b/PKGBUILD
index 685c91cecbeb..c0d815bc72be 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')