diff --git a/neovim-qt-git/PKGBUILD b/neovim-qt-git/PKGBUILD index 5a4ce5e..e60673c 100644 --- a/neovim-qt-git/PKGBUILD +++ b/neovim-qt-git/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Aaron Abbott 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')