neovim-qt-git: update git version

This commit is contained in:
Gabriel Ebner 2021-08-05 20:38:24 +02:00
parent e9b1df8b1b
commit d0e602b06f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Aaron Abbott <aabmass at gmail dot com>
pkgname=neovim-qt-git
pkgver=v0.2.8.r0.g6e54e82
pkgver=v0.2.16.r128.g486cf5b
pkgrel=1
pkgdesc="A Qt gui for Neovim (Neovim RPC and GUI using Qt5)."
arch=('i686' 'x86_64')
@ -8,7 +8,7 @@ url="https://github.com/equalsraf/neovim-qt"
license=('custom')
groups=()
# not sure which qt5 dependency to add
depends=('neovim' 'qt5-base' 'msgpack-c' 'libxkbcommon-x11')
depends=('neovim' 'qt5-base' qt5-svg 'msgpack-c' 'libxkbcommon-x11')
makedepends=('git' 'cmake')
provides=()
conflicts=('neovim-qt')