summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlmartinez-mirror2021-04-16 17:00:54 -0500
committerlmartinez-mirror2021-04-16 17:00:54 -0500
commit9fb0eba2b890d5a39f23f14d5d369002714dfe9b (patch)
treea3ecd5c50761c30e0a9ac1b92c9e3f995c43df37 /PKGBUILD
parentb4b24b48fa4e098bca0156c43fc7326ffde932f4 (diff)
downloadaur-9fb0eba2b890d5a39f23f14d5d369002714dfe9b.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 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')