diff options
author | Esben Haabendal | 2017-12-18 09:17:23 +0100 |
---|---|---|
committer | Esben Haabendal | 2017-12-18 09:22:16 +0100 |
commit | 319a680651d5d700f3a264221563e540f25607d7 (patch) | |
tree | 116ceb45120658871f58315e436985e9ea53ca08 | |
parent | b763fa093920089d31e76f61440663d6f7b9eb38 (diff) | |
download | aur-319a680651d5d700f3a264221563e540f25607d7.tar.gz |
Dependency on dash was dropped before 2.6.0
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -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 } |