summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 871911f3ec9f..50fb22b84f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emacs-magit
pkgver=2.90.1
-pkgrel=1
+pkgrel=2
pkgdesc="It's Magit! A Emacs mode for Git."
arch=('any')
_github_org="magit"
@@ -10,7 +10,7 @@ _github_repo="magit"
url="http://github.com/${_github_org}/${_github_repo}"
license=('GPL3')
makedepends=('git')
-depends=('emacs>=25.1' 'git>=2.0.0' 'emacs-dash>=2.14.1' 'emacs-magit-popup>=2.12.4' 'emacs-with-editor>=2.8.0')
+depends=('emacs>=25.1' 'git>=2.0.0' 'emacs-dash>=2.14.1' 'emacs-magit-popup>=2.12.4' 'emacs-with-editor>=2.8.0' 'emacs-ghub>=3.0.0')
provides=('emacs-magit')
conflicts=('emacs-magit-git')
install="${pkgname}.install"