summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fefd0ec0c33..75b3636bc175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = emacs-with-editor-git
arch = any
license = GPL3
depends = emacs>=24.4
- depends = emacs-dash=2.13.0
provides = emacs-with-editor
source = git+https://github.com/magit/with-editor.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c97782810f22..e4b7a45afde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
arch=('any')
url="http://github.com/${_gitprofile}/${_gitrepo}"
license=('GPL3')
-depends=('emacs>=24.4' 'emacs-dash=2.13.0')
+depends=('emacs>=24.4')
provides=('emacs-with-editor')
install="${pkgname}.install"
source=("git+https://github.com/${_gitprofile}/${_gitrepo}.git")
@@ -24,7 +24,7 @@ pkgver() {
build() {
unset EMACS
cd "$_gitrepo"
- make EFLAGS="-L /usr/share/emacs/site-lisp -L /usr/share/emacs/site-lisp/dash -L ${srcdir}/${_gitrepo}/lisp" \
+ make EFLAGS="-L /usr/share/emacs/site-lisp -L ${srcdir}/${_gitrepo}/lisp" \
lisp info
}