summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2019-11-01 07:30:50 +0100
committerEsben Haabendal2019-11-01 07:30:50 +0100
commit26e2427cb383298911809c50750aa318b6d62694 (patch)
tree91efd1185473a3e714b5f0bf2243ebecb7e25a4e
parenta1880c4a3c96c9d50b047f53ac032df708b2370f (diff)
downloadaur-26e2427cb383298911809c50750aa318b6d62694.tar.gz
The magit-popup package is still needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cefdde1cfb5..0db448ed4c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = emacs-magit
depends = emacs>=25.1
depends = git>=2.0.0
depends = emacs-dash>=2.14.1
+ depends = emacs-magit-popup>=2.12.4
depends = emacs-with-editor>=2.8.0
provides = emacs-magit
conflicts = emacs-magit-git
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"