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 41b5ab93e7eb..3a048d5b1a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=vim-cpp-enhanced-highlight-git
pkgver=0.1.r94.g4b7314a
-pkgrel=2
+pkgrel=3
pkgdesc="Additional Vim syntax highlighting for C++"
arch=('any')
url="https://github.com/octol/vim-cpp-enhanced-highlight"
license=('MIT')
depends=('vim-plugin-runtime')
makedepends=('git')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url")
sha256sums=('SKIP')