summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2017-02-25 16:22:56 +0100
committerEsben Haabendal2017-02-25 16:22:56 +0100
commita1e8c35ad0f3cbb7f9f7dc910ca57038ad292924 (patch)
tree8529321ae520d1e2c656ff9a1b9e42c950187164
parente4a64bcf8574a65726bc03951f3db22ee0691378 (diff)
downloadaur-a1e8c35ad0f3cbb7f9f7dc910ca57038ad292924.tar.gz
Update to 2.5.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c2831c5a94..6de9b69d935a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Apr 26 08:25:54 UTC 2016
pkgbase = emacs-with-editor-git
pkgdesc = Use the Emacsclient as the of child processes
- pkgver = 2.5.9
+ pkgver = 2.5.10
pkgrel = 1
url = http://github.com/magit/with-editor
install = emacs-with-editor-git.install
arch = any
license = GPL3
- depends = emacs
- depends = emacs-dash=2.12.1
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index c7673bc655fb..f604fb8e9d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=emacs-with-editor-git
_gitprofile="magit"
_gitrepo="with-editor"
-pkgver=2.5.9
+pkgver=2.5.10
pkgrel=1
pkgdesc="Use the Emacsclient as the $EDITOR of child processes"
arch=('any')
url="http://github.com/${_gitprofile}/${_gitrepo}"
license=('GPL3')
-depends=('emacs' 'emacs-dash=2.12.1')
+depends=('emacs>=24.4' 'emacs-dash=2.13.0')
provides=('emacs-with-editor')
install="${pkgname}.install"
source=("git+https://github.com/${_gitprofile}/${_gitrepo}.git")