summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2018-06-07 14:15:39 +0200
committerEsben Haabendal2018-06-07 14:15:39 +0200
commit392042ba4c213841d8b91806708ca4cba2193b2c (patch)
treee74e4113752e32e8ba95c40ad3b189c5080a3f61
parent3f54f2190f109b747477c9466c80d3474566568e (diff)
downloadaur-392042ba4c213841d8b91806708ca4cba2193b2c.tar.gz
Update to 2.13.0.r27.a8106b60c87f
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fd49e7b4541..ab3f0f1417aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = emacs-magit-git
pkgdesc = It's Magit! A Emacs mode for Git.
- pkgver = 2.11.0.r347.c7f6bfe7
- pkgrel = 2
+ pkgver = 2.13.0.r27.a8106b60c87f
+ pkgrel = 1
url = http://github.com/magit/magit
install = emacs-magit-git.install
arch = any
license = GPL3
- depends = emacs
- depends = git
- depends = emacs-dash>=2.13.0
- depends = emacs-with-editor-git>=2.6.0
- depends = emacs-magit-popup>=2.12.0
- depends = emacs-ghub
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 0ae7ac377194..30e0fc079ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@
# Contributor: Daniel White <daniel@whitehouse.id.au>
pkgname=emacs-magit-git
-pkgver=2.11.0.r347.c7f6bfe7
-pkgrel=2
+pkgver=2.13.0.r27.a8106b60c87f
+pkgrel=1
pkgdesc="It's Magit! A Emacs mode for Git."
arch=('any')
_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' 'emacs-magit-popup>=2.12.0' 'emacs-ghub')
+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')
install="${pkgname}.install"