summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af450cda0f4..234cc4338bbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 1 19:44:20 UTC 2016
+# Thu Nov 3 12:27:29 UTC 2016
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.1.5.r49.gc6ac4f8
+ pkgver = 0.1.6.r27.g01f1028
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
@@ -26,7 +26,7 @@ pkgbase = neovim-git
optdepends = ruby-neovim: for Ruby plugin support (see :help provider-ruby)
optdepends = xclip: for clipboard support (or xsel) (see :help provider-clipboard)
optdepends = xsel: for clipboard support (or xclip) (see :help provider-clipboard)
- provides = neovim=0.1.5.r49.gc6ac4f8
+ provides = neovim=0.1.6.r27.g01f1028
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
diff --git a/PKGBUILD b/PKGBUILD
index 07cacd42db16..8fed284a267c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.1.5.r49.gc6ac4f8
+pkgver=0.1.6.r27.g01f1028
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ build() {
mkdir -p "${pkgname}/build"
cd "${pkgname}/build"
cmake -G 'Unix Makefiles' \
- -DCMAKE_BUILD_TYPE=Dev \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_JEMALLOC=ON \
..