summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d516c071d903..b3cb2c8f18df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = vim-workspace-git
pkgdesc = Vim workspace manager plugin for managing groups of files
pkgver = 1.8.3.r18.gfaa8354
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/thaerkh/vim-workspace
arch = any
groups = vim-plugins
license = Apache
makedepends = git
depends = vim-plugin-runtime
+ provides = vim-workspace
+ conflicts = vim-workspace
source = vim-workspace-git::git+https://github.com/thaerkh/vim-workspace
sha256sums = SKIP
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')