summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2018-06-07 14:08:41 +0200
committerEsben Haabendal2018-06-07 14:08:41 +0200
commitaa1569ae2c0d0af984bca84eb9c0204f5e08e867 (patch)
tree3078559d386c59b286cb2375927b6a555d48571e
parentd12603cd4578987f42ba8838922b4dc1b3357fa5 (diff)
downloadaur-aa1569ae2c0d0af984bca84eb9c0204f5e08e867.tar.gz
Update to 2.13.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b671dfc9e6b..0c87950f7af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = emacs-magit
pkgdesc = It's Magit! A Emacs mode for Git.
- pkgver = 2.11.0
+ pkgver = 2.13.0
pkgrel = 1
url = http://github.com/magit/magit
install = emacs-magit.install
arch = any
license = GPL3
- makedepends = git
- makedepends = ed
- depends = emacs
- depends = git
- depends = emacs-dash>=2.13.0
- depends = emacs-with-editor-git>=2.6.0
+ depends = emacs>=25.1
+ depends = git>=2.4
+ depends = emacs-dash>=2.14.1
+ depends = emacs-ghub>=2.0.1
+ depends = emacs-magit-popup>=2.12.3
+ depends = emacs-with-editor>=2.7.3
provides = emacs-magit
- conflicts = emacs-magit
- source = git+https://github.com/magit/magit.git#tag=2.11.0
+ conflicts = emacs-magit-git
+ source = git+https://github.com/magit/magit.git#tag=2.13.0
md5sums = SKIP
pkgname = emacs-magit
diff --git a/PKGBUILD b/PKGBUILD
index 21bab75a561a..47812e37dbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Esben Haabendal <esben@haabendal.dk>
pkgname=emacs-magit
-pkgver=2.11.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="It's Magit! A Emacs mode for Git."
arch=('any')
@@ -9,9 +9,9 @@ _github_org="magit"
_github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-depends=('emacs' 'git' 'emacs-dash>=2.13.0' 'emacs-with-editor-git>=2.6.0')
-provides=('emacs-magit' 'emacs-magit-popup')
-conflicts=('emacs-magit-git' 'emacs-magit-popup')
+depends=('emacs>=25.1' 'git>=2.4' 'emacs-dash>=2.14.1' 'emacs-ghub>=2.0.1' 'emacs-magit-popup>=2.12.3' 'emacs-with-editor>=2.7.3')
+provides=('emacs-magit')
+conflicts=('emacs-magit-git')
install="${pkgname}.install"
source=("git+https://github.com/${_github_org}/${_github_repo}.git#tag=$pkgver")
md5sums=('SKIP')