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

Jan Steffens heftig at gemini.archlinux.org
Thu Jun 30 06:04:18 UTC 2022


    Date: Thursday, June 30, 2022 @ 06:04:18
  Author: heftig
Revision: 1242185

0.7.2-3: return to Release build type because neovim complains in checkhealth

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-30 05:11:15 UTC (rev 1242184)
+++ PKGBUILD	2022-06-30 06:04:18 UTC (rev 1242185)
@@ -5,7 +5,7 @@
 
 pkgname=neovim
 pkgver=0.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -33,10 +33,8 @@
   cmake \
     -Bbuild \
     -GNinja \
-    -DCMAKE_BUILD_TYPE=None \
+    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_BUNDLED=OFF \
-    -DMIN_LOG_LEVEL=3 \
     -W no-dev \
     -S neovim-$pkgver
   cmake --build build --verbose



More information about the arch-commits mailing list