summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-02 17:57:01 +0100
committerEsben Haabendal2019-11-02 17:57:01 +0100
commit72f697a1715e45e8a1115ed84fc28ac622a06f2b (patch)
treeeb1a4c9dc2e2a0ef8dcbabfc3020b9c63446fa92
parent26e2427cb383298911809c50750aa318b6d62694 (diff)
downloadaur-72f697a1715e45e8a1115ed84fc28ac622a06f2b.tar.gz
Make sure ghub package is installed
-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"