summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-10-30 10:22:54 +0100
committerEsben Haabendal2019-10-30 10:22:54 +0100
commit86b129b3cb851c4bef79a6b4cc7114939545fc7d (patch)
tree732a7696f199649c6d2e4135ea7871e1b196e14d
parentc9456ca3a419e8c23f1d9c2e7703323eecf2602f (diff)
downloadaur-86b129b3cb851c4bef79a6b4cc7114939545fc7d.tar.gz
Update to 2.8.3.r7.d5c777298cd8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e03971d0b098..4aa6dafe764c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-with-editor-git
pkgdesc = Use the Emacsclient as the of child processes
- pkgver = 2.7.3.r0.ad5bb005ed3a
+ pkgver = 2.8.3.r7.d5c777298cd8
pkgrel = 1
url = http://github.com/magit/with-editor
install = emacs-with-editor-git.install
diff --git a/PKGBUILD b/PKGBUILD
index c918d28a75c3..d8a4e7be9b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=emacs-with-editor-git
_github_org="magit"
_github_repo="with-editor"
-pkgver=2.7.3.r0.ad5bb005ed3a
+pkgver=2.8.3.r7.d5c777298cd8
pkgrel=1
pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
arch=('any')
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')
install="${pkgname}.install"