summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 09:21:30 +0100
committerEsben Haabendal2019-01-14 09:21:30 +0100
commitacdd3d05152efff4cbe0804dc7e910a0c03d56c8 (patch)
treea905473481536be1c19e80f79358cfb769178bfb
parentec06cd21e8c39b4aaa89619b011e067ec305e8ae (diff)
downloadaur-acdd3d05152efff4cbe0804dc7e910a0c03d56c8.tar.gz
Workaround for problem with emacs-nox
Keep this workaround until https://bugs.archlinux.org/task/60763 has been fixed.
-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')