summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-01-11 12:44:55 +0100
committerEsben Haabendal2019-01-11 12:44:55 +0100
commitd3e68c895d454c5ac33ef39cc000e9710ed943ad (patch)
tree2c9252e394b6dc52fb202cb73eb67aa9083cc7b9 /PKGBUILD
parentaa1569ae2c0d0af984bca84eb9c0204f5e08e867 (diff)
downloadaur-d3e68c895d454c5ac33ef39cc000e9710ed943ad.tar.gz
Update to 2.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47812e37dbde..06a0e932d859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Esben Haabendal <esben@haabendal.dk>
pkgname=emacs-magit
-pkgver=2.13.0
+pkgver=2.13.1
pkgrel=1
pkgdesc="It's Magit! A Emacs mode for Git."
arch=('any')
@@ -9,7 +9,7 @@ _github_org="magit"
_github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
-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')
+depends=('emacs>=24.4' 'git>=1.9.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"