summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-18 09:17:23 +0100
committerEsben Haabendal2017-12-18 09:22:16 +0100
commit319a680651d5d700f3a264221563e540f25607d7 (patch)
tree116ceb45120658871f58315e436985e9ea53ca08 /PKGBUILD
parentb763fa093920089d31e76f61440663d6f7b9eb38 (diff)
downloadaur-319a680651d5d700f3a264221563e540f25607d7.tar.gz
Dependency on dash was dropped before 2.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}