summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsben Haabendal2017-12-15 10:09:56 +0100
committerEsben Haabendal2017-12-15 10:09:56 +0100
commita73b70f9375e28a2865461967b65fb81ca1e8e89 (patch)
tree6be700cea8ffc213d5c4bffe5db38a40b3d75516
parent821f273e85a588b4f6557eac907026e8ddf84a3b (diff)
downloadaur-a73b70f9375e28a2865461967b65fb81ca1e8e89.tar.gz
Make sure to not install together with emacs-magit package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7ce4f08a3dc..d4d769751329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ license=('GPL3')
depends=('emacs' 'git' 'emacs-dash>=2.13.0' 'emacs-with-editor-git>=2.6.0')
makedepends=('ed')
provides=('emacs-magit')
+conflicts=('emacs-magit')
install="${pkgname}.install"
source=("git+https://github.com/${_github_org}/${_github_repo}.git")
md5sums=('SKIP')