diff options
author | Shane Stone | 2021-05-01 14:40:35 -0700 |
---|---|---|
committer | Shane Stone | 2021-05-01 14:40:35 -0700 |
commit | 2d0256f9676c73d7ca45f35884a3470135493e01 (patch) | |
tree | 3b6a279fa291783722e2347113d7b1eb3998a212 /PKGBUILD | |
parent | 9c01a399148ded98ae967fcbee9240d5a7428154 (diff) | |
download | aur-neovim-coc-opt-git.tar.gz |
Include new bin folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgname=neovim-coc-opt-git _pkgname=coc -pkgver=543.6b7767f0 +pkgver=724.473668ea pkgrel=1 pkgdesc='Intellisense engine for neovim.' arch=('any') @@ -29,7 +29,7 @@ package() { install -dvm755 "${pkgdir}/${_installpath}" - cp -rvt "${pkgdir}/${_installpath}" autoload build data doc plugin package.json + cp -rvt "${pkgdir}/${_installpath}" autoload bin build data doc plugin package.json install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |