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

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jun 30 19:11:00 UTC 2022


    Date: Thursday, June 30, 2022 @ 19:10:59
  Author: alerque
Revision: 1243133

upgpkg: neovide 0.9.0-2

Modified:
  neovide/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 19:10:17 UTC (rev 1243132)
+++ PKGBUILD	2022-06-30 19:10:59 UTC (rev 1243133)
@@ -3,7 +3,7 @@
 
 pkgname=neovide
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='No Nonsense Neovim Client in Rust'
 arch=(x86_64)
 url="https://github.com/Kethku/$pkgname"
@@ -35,7 +35,7 @@
 
 build() {
 	cd "$_archive"
-	export CFLAGS="-fcommon -fPIE"
+	CFLAGS+=' -ffat-lto-objects'
 	cargo build --frozen --release --all-features
 }
 



More information about the arch-commits mailing list