[arch-commits] Commit in neovide/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon Aug 15 12:03:00 UTC 2022


    Date: Monday, August 15, 2022 @ 12:02:59
  Author: alerque
Revision: 1266114

upgpkg: neovide 0.10.0-1

Modified:
  neovide/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-15 11:43:57 UTC (rev 1266113)
+++ PKGBUILD	2022-08-15 12:02:59 UTC (rev 1266114)
@@ -2,8 +2,8 @@
 # Contributor: peeweep <peeweep at 0x0 dot ee>
 
 pkgname=neovide
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='No Nonsense Neovim Client in Rust'
 arch=(x86_64)
 url="https://github.com/$pkgname/$pkgname"
@@ -22,14 +22,15 @@
 optdepends=('vulkan-intel: vulkan support for intel')
 _archive=("$pkgname-$pkgver")
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('8206cbfbb9ece987a24051e0c834c205663d3263c7aa40ae0e5bcc0aba2e61cc')
+sha256sums=('b252d2fd6ca6acc0cefdc522f9400076ec80203a9429aa38289fe1a4520abe64')
 
 prepare() {
 	cd "$_archive"
 	sed -i \
-		-e '/^debug/s/true/false/' \
 		-e '/^incremental/a opt-level = 3' \
 		Cargo.toml
+	# v0.10.0 lockfile out of date, https://github.com/neovide/neovide/issues/1482
+	cargo update
 	cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 



More information about the arch-commits mailing list