summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-04-27 19:08:47 -0500
committerLuis Martinez2021-04-27 19:08:47 -0500
commit32ce62742171145ecf842da6ef6e9a190953d23b (patch)
tree6e4e3d6a9fcc7395c9f4fe9f8b258ac12c181ad9 /PKGBUILD
parent268860d004d10418feed93871a4c143550edbac6 (diff)
downloadaur-vim-workspace-git.tar.gz
add provides and conflicts
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')