summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-10-30 10:51:23 +0100
committerEsben Haabendal2019-10-30 10:51:23 +0100
commita1880c4a3c96c9d50b047f53ac032df708b2370f (patch)
tree56a261d0f3fd92ee5de8bb76e4d6a11dd826f881
parent1cbb357990fcd03d4d309667a5ddb7a2d51eefbc (diff)
downloadaur-a1880c4a3c96c9d50b047f53ac032df708b2370f.tar.gz
Update to 2.90.1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fad57edc4c16..6cefdde1cfb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
pkgbase = emacs-magit
pkgdesc = It's Magit! A Emacs mode for Git.
- pkgver = 2.13.1
- pkgrel = 3
+ pkgver = 2.90.1
+ pkgrel = 1
url = http://github.com/magit/magit
install = emacs-magit.install
arch = any
license = GPL3
makedepends = git
- depends = emacs
- depends = git>=1.9.4
+ depends = emacs>=25.1
+ depends = git>=2.0.0
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
+ depends = emacs-with-editor>=2.8.0
provides = emacs-magit
conflicts = emacs-magit-git
- source = git+https://github.com/magit/magit.git#tag=2.13.1
+ source = git+https://github.com/magit/magit.git#tag=v2.90.1
md5sums = SKIP
pkgname = emacs-magit
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() {