Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: neovim 0.8.0-3: Rebuild to update libvterm dependency.
Browse files Browse the repository at this point in the history
Require libvterm>0.1.4 to replace libvterm01 (as that also provides libvterm).

git-svn-id: file:///srv/repos/svn-community/svn@1320100 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
dvzrv authored and svntogit committed Sep 30, 2022
1 parent b42aeb0 commit 3711d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Expand Up @@ -5,14 +5,14 @@

pkgname=neovim
pkgver=0.8.0
pkgrel=2
pkgrel=3
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
backup=('etc/xdg/nvim/sysinit.vim')
license=('custom:neovim')
provides=('vim-plugin-runtime')
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv' 'tree-sitter')
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm>0.1.4' 'luajit' 'libluv' 'tree-sitter')
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg')
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
Expand Down

0 comments on commit 3711d9e

Please sign in to comment.