summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2985e3078a69..3512ba14930e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.9.0.r419.g933fdff466
+ pkgver = 0.9.0.r432.g9f9cef1b56
pkgrel = 1
url = https://neovim.io
install = neovim-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a891233b3a50..970a8ae4cba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=neovim
pkgname="$_pkgname-git"
-pkgver=0.9.0.r419.g933fdff466
+pkgver=0.9.0.r432.g9f9cef1b56
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=(i686 x86_64 armv7h armv6h aarch64)
@@ -40,8 +40,6 @@ build() {
-GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr
-
- sed -i 's|-llpeg|/usr/lib/lua/5.1/lpeg.so|g' build/build.ninja
cmake --build build
}