From d0e602b06fc26aa282baf7c87be4a26c110711c6 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 5 Aug 2021 20:38:24 +0200 Subject: [PATCH] neovim-qt-git: update git version --- neovim-qt-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')