summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-10-30 10:18:08 +0100
committerEsben Haabendal2019-10-30 10:18:08 +0100
commit6d9e208c068837ec3a75513b03c9a827abe08bd7 (patch)
tree2a75a278853ad8678a08433cdf17b40803d92d78
parent1edb8cdf8e664b8684f3a6b2186d33db2c7f452d (diff)
downloadaur-6d9e208c068837ec3a75513b03c9a827abe08bd7.tar.gz
Update to 2.8.3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a4eb7d06c1..ceff9bfbbbb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = emacs-with-editor
pkgdesc = Use the Emacsclient as the of child processes
- pkgver = 2.7.3
+ pkgver = 2.8.3
pkgrel = 1
url = http://github.com/magit/with-editor
install = emacs-with-editor.install
arch = any
license = GPL3
depends = emacs>=24.4
+ depends = emacs-async>=1.9
provides = emacs-with-editor
conflicts = emacs-with-editor-git
- source = git+https://github.com/magit/with-editor.git#tag=v2.7.3
+ source = git+https://github.com/magit/with-editor.git#tag=v2.8.3
md5sums = SKIP
pkgname = emacs-with-editor
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"