summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 239ffb128f17..4985c41fba80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,10 @@ pkgdesc="A plugin to diff and merge two directories recursively"
arch=(any)
url="https://github.com/will133/vim-dirdiff"
license=('custom')
-depends=(vim)
+depends=('vim')
+makedepends=('git')
+provides=('vim-dirdiff')
+conflicts=('vim-dirdiff')
groups=('vim-plugins')
install=vimdoc.install
source=("$pkgname"::'git+https://github.com/will133/vim-dirdiff')