mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 09:23:15 -07:00
fix replaces cannot contain an empty string vimscripts-autoclose
This commit is contained in:
@ -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=
|
||||
|
Reference in New Issue
Block a user