summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-16 17:00:54 -0500
committerlmartinez-mirror2021-04-16 17:00:54 -0500
commit9fb0eba2b890d5a39f23f14d5d369002714dfe9b (patch)
treea3ecd5c50761c30e0a9ac1b92c9e3f995c43df37
parentb4b24b48fa4e098bca0156c43fc7326ffde932f4 (diff)
downloadaur-9fb0eba2b890d5a39f23f14d5d369002714dfe9b.tar.gz
add provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8883dfdc52..360a9ce2ba72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-fzf-git
pkgdesc = Vim plugin that integrates fzf, the fuzzy file finder
- pkgver = r431.1ef72b1
+ pkgver = r433.ee91c93
pkgrel = 2
url = https://github.com/junegunn/fzf.vim
arch = any
@@ -14,6 +14,8 @@ pkgbase = vim-fzf-git
optdepends = perl: Tags and Helptags support
optdepends = ripgrep: Rg command support
optdepends = the_silver_searcher: Ag command support
+ provides = vim-fzf
+ conflicts = vim-fzf
source = git+https://github.com/junegunn/fzf.vim
source = LICENSE
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a776ec56dc5..94890295f8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lmartinez-mirror
# Contributor: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
pkgname=vim-fzf-git
-pkgver=r431.1ef72b1
+pkgver=r433.ee91c93
pkgrel=2
pkgdesc='Vim plugin that integrates fzf, the fuzzy file finder'
arch=('any')
@@ -15,6 +15,8 @@ optdepends=('bat: syntax-highlighted preview support'
'ripgrep: Rg command support'
'the_silver_searcher: Ag command support')
makedepends=('git')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("git+$url" 'LICENSE')
sha256sums=('SKIP'
'595e5c7670f76137827109954edd66d57ff85ce6f79a7548ea5dd588a4e22f7f')