summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 08:43:08 +0100
committerEsben Haabendal2019-01-14 08:43:08 +0100
commit0c26b4d408f7e9fe68823cd12a51a5aa658befb1 (patch)
treec57e88f126db619aaf2ad61c64956c33e04db1f7 /PKGBUILD
parent0fcf335824312f5be72d3bae7e0c08633c0756d4 (diff)
downloadaur-0c26b4d408f7e9fe68823cd12a51a5aa658befb1.tar.gz
Workaround for problem with emacs-nox
Keep this workaround until https://bugs.archlinux.org/task/60763 has been fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d692d0a12060..076e1a10fd2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
makedepends=('git')
-depends=('emacs>=24.4' 'git>=1.9.4' 'emacs-dash>=2.14.1' 'emacs-ghub>=2.0.1' 'emacs-magit-popup>=2.12.3' 'emacs-with-editor>=2.7.3')
+depends=('emacs' 'git>=1.9.4' 'emacs-dash>=2.14.1' 'emacs-ghub>=2.0.1' 'emacs-magit-popup>=2.12.3' 'emacs-with-editor>=2.7.3')
provides=('emacs-magit')
conflicts=('emacs-magit-git')
install="${pkgname}.install"