summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2016-03-08 13:33:56 +0100
committerDavid Vogt2016-03-08 13:33:56 +0100
commit86dd9e1bc48283bc336893e56d7e087bd6a85377 (patch)
tree117da371e4f307feccaeb935ca3d6ee2edf1a78d
parentcce8e4e181275ef8aa7c0d0617e340d5f1774975 (diff)
downloadaur-86dd9e1bc48283bc336893e56d7e087bd6a85377.tar.gz
pynvim is not part of the package anymore.
We used to rename /usr/bin/pynvim to /usr/bin/pynvim2 in the package, so that both python2-neovim(-git) and python-neovim(-git) could be installed alongside each other. The rename is now not needed anymore, as the pynvim script is gone.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b3f18848ee5..d2ad6a50ba0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 15 14:22:56 UTC 2016
pkgbase = python2-neovim-git
pkgdesc = Python client to neovim, git version. Use this to keep up with neovim-git
- pkgver = 0.1.0.r1.gdea5427
+ pkgver = 0.1.3.r0.g720b3d5
pkgrel = 1
url = http://github.com/neovim/python-client
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index cc1e505190fd..c652fbc9ffa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-neovim-git
_pkgname=python2-neovim-git
-pkgver=0.1.0.r1.gdea5427
+pkgver=0.1.3.r0.g720b3d5
pkgrel=1
pkgdesc="Python client to neovim, git version. Use this to keep up with neovim-git"
arch=('any')
@@ -41,7 +41,6 @@ pkgver() {
package() {
cd "$_pkgname"
python2 setup.py install --root="$pkgdir" --optimize=1
- mv "$pkgdir/usr/bin/pynvim" "$pkgdir/usr/bin/pynvim2"
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}