summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-10-30 10:51:23 +0100
committerEsben Haabendal2019-10-30 10:51:23 +0100
commita1880c4a3c96c9d50b047f53ac032df708b2370f (patch)
tree56a261d0f3fd92ee5de8bb76e4d6a11dd826f881 /PKGBUILD
parent1cbb357990fcd03d4d309667a5ddb7a2d51eefbc (diff)
downloadaur-a1880c4a3c96c9d50b047f53ac032df708b2370f.tar.gz
Update to 2.90.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f98ccc4a3f6..3be0fa703f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Esben Haabendal <esben@haabendal.dk>
pkgname=emacs-magit
-pkgver=2.13.1
-pkgrel=3
+pkgver=2.90.1
+pkgrel=1
pkgdesc="It's Magit! A Emacs mode for Git."
arch=('any')
_github_org="magit"
@@ -10,11 +10,11 @@ _github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
makedepends=('git')
-depends=('emacs' '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')
+depends=('emacs>=25.1' 'git>=2.0.0' 'emacs-dash>=2.14.1' 'emacs-with-editor>=2.8.0')
provides=('emacs-magit')
conflicts=('emacs-magit-git')
install="${pkgname}.install"
-source=("git+https://github.com/${_github_org}/${_github_repo}.git#tag=$pkgver")
+source=("git+https://github.com/${_github_org}/${_github_repo}.git#tag=v$pkgver")
md5sums=('SKIP')
build() {