summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e9b3880b14..f2faaf16ba80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 25 16:49:58 UTC 2017
+# Fri Jul 28 21:32:24 UTC 2017
pkgbase = neovim-git
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and GUIs.
- pkgver = 0.2.0.r368.gca385db4d
+ pkgver = 0.2.0.r612.g3b45f676c
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.2.0.r368.gca385db4d
+ provides = neovim=0.2.0.r612.g3b45f676c
conflicts = neovim
options = !strip
source = neovim-git::git+https://github.com/neovim/neovim.git
diff --git a/PKGBUILD b/PKGBUILD
index e07fdf72f1a6..af1b1cad72d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Florian Hahn <flo@fhahn.com>
pkgname=neovim-git
-pkgver=0.2.0.r368.gca385db4d
+pkgver=0.2.0.r612.g3b45f676c
pkgrel=1
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs.'
arch=('i686' 'x86_64')
@@ -48,8 +48,6 @@ package() {
cd "${pkgname}/build"
make DESTDIR="${pkgdir}" install
install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 ../runtime/nvim.desktop "${pkgdir}/usr/share/applications/nvim.desktop"
- install -Dm644 ../runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
}
# vim:set sw=2 sts=2 et: