Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/neovide/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'neovide'
pkgname=neovide
version=0.15.2
version=0.16.2
revision=1
archs="x86_64* aarch64*" # the skia-bindings crate only supports these archs
build_style=cargo
Expand All @@ -16,7 +16,7 @@ license="MIT"
homepage="https://neovide.dev/"
changelog="https://github.com/neovide/neovide/releases/tag/${version}"
distfiles="https://github.com/neovide/neovide/archive/refs/tags/${version}.tar.gz"
checksum=a8179c461d41277b41692edcae64af6d1c80454aafff608af0268c5abca95b5c
checksum=a2016cceab3cba50b6a8b2f6787ae9017a85923575e89a83ebb9d428e8f80ca9

# skia-bindings fails to build without these flags
export FORCE_SKIA_BUILD=1
Expand Down