summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-10-30 10:18:08 +0100
committerEsben Haabendal2019-10-30 10:18:08 +0100
commit6d9e208c068837ec3a75513b03c9a827abe08bd7 (patch)
tree2a75a278853ad8678a08433cdf17b40803d92d78 /PKGBUILD
parent1edb8cdf8e664b8684f3a6b2186d33db2c7f452d (diff)
downloadaur-6d9e208c068837ec3a75513b03c9a827abe08bd7.tar.gz
Update to 2.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8278b2d5e131..36deac315c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Esben Haabendal <esben@haabendal.dk>
pkgname=emacs-with-editor
-pkgver=2.7.3
+pkgver=2.8.3
pkgrel=1
pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
arch=('any')
@@ -9,7 +9,7 @@ _github_org="magit"
_github_repo="with-editor"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs>=24.4')
+depends=('emacs>=24.4' 'emacs-async>=1.9')
provides=('emacs-with-editor')
conflicts=('emacs-with-editor-git')
install="${pkgname}.install"