summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-14 08:43:08 +0100
committerEsben Haabendal2019-01-14 08:43:08 +0100
commit0c26b4d408f7e9fe68823cd12a51a5aa658befb1 (patch)
treec57e88f126db619aaf2ad61c64956c33e04db1f7
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e43d9ff61304..d3de902ba307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = emacs-magit
arch = any
license = GPL3
makedepends = git
- depends = emacs>=24.4
+ depends = emacs
depends = git>=1.9.4
depends = emacs-dash>=2.14.1
depends = emacs-ghub>=2.0.1
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"