[arch-commits] Commit in neovim/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Jan 10 00:07:00 UTC 2017
Date: Tuesday, January 10, 2017 @ 00:06:59
Author: svenstaro
Revision: 206283
upgpkg: neovim 0.1.7-2
Rebuild with 'Release' mode
Modified:
neovim/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-10 00:02:57 UTC (rev 206282)
+++ PKGBUILD 2017-01-10 00:06:59 UTC (rev 206283)
@@ -4,7 +4,7 @@
pkgname=neovim
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('i686' 'x86_64')
url='https://neovim.io'
@@ -24,7 +24,7 @@
cd "${srcdir}/build"
cmake "../neovim-${pkgver}" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_JEMALLOC=ON
make
More information about the arch-commits
mailing list