summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9a8b147086d..e5be539798fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=vim-workspace-git
pkgver=1.8.3.r18.gfaa8354
-pkgrel=1
+pkgrel=2
pkgdesc="Vim workspace manager plugin for managing groups of files"
arch=('any')
url="https://github.com/thaerkh/vim-workspace"
@@ -12,6 +12,8 @@ license=('Apache')
groups=('vim-plugins')
depends=('vim-plugin-runtime')
makedepends=('git')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url")
sha256sums=('SKIP')