summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-01 07:30:50 +0100
committerEsben Haabendal2019-11-01 07:30:50 +0100
commit26e2427cb383298911809c50750aa318b6d62694 (patch)
tree91efd1185473a3e714b5f0bf2243ebecb7e25a4e /PKGBUILD
parenta1880c4a3c96c9d50b047f53ac032df708b2370f (diff)
downloadaur-26e2427cb383298911809c50750aa318b6d62694.tar.gz
The magit-popup package is still needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3be0fa703f82..871911f3ec9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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-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')
provides=('emacs-magit')
conflicts=('emacs-magit-git')
install="${pkgname}.install"