summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjackreeds2021-05-04 08:04:11 +0530
committerjackreeds2021-05-04 08:04:11 +0530
commitce91f71f9e9c15d2f4fa214cbcec94b03f876c0d (patch)
treebe94f5448c8a809914d3f569822f8d53d12a2e8a
parentd5602d020da25173c3d493cf7685659e93f93493 (diff)
downloadaur-ce91f71f9e9c15d2f4fa214cbcec94b03f876c0d.tar.gz
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a1db791bd2..e21715328f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = neovide-bin
depends = sndio
optdepends = vulkan-intel: Vulkan support for Intel GPUs
optdepends = vulkan-radeon: Vulkan support for AMD Radeon GPUs
+ provides = neovide
conflicts = neovide
conflicts = neovide-git
source_x86_64 = neovide-0.7.0-1::https://github.com/Kethku/neovide/releases/download/0.7.0/neovide
diff --git a/PKGBUILD b/PKGBUILD
index 787fad7ba502..7f9a7403cf5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A simple GUI for Neovim (prebuilt)"
arch=('x86_64')
url="https://github.com/Kethku/neovide"
license=('MIT')
+provides=('neovide')
depends=('neovim' 'fontconfig' 'freetype2' 'libglvnd' 'sndio')
optdepends=(
'vulkan-intel: Vulkan support for Intel GPUs'