fix replaces cannot contain an empty string vimscripts-autoclose

This commit is contained in:
2024-05-25 11:11:54 -07:00
parent 527c10bff9
commit 1bd2d22299
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@ _neovim="n"
pkgname='vimscripts-autoclose'
_srcpkgname='AutoClose'
pkgver=1.2
pkgrel=2
pkgrel=3
epoch=
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
arch=('any')
@ -25,7 +25,7 @@ checkdepends=()
optdepends=()
provides=('vimscripts-autoclose')
conflicts=('vim-auto-pairs')
replaces=('')
replaces=()
backup=()
options=()
install=