summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2019-09-03 18:11:11 +0200
committerHaochen Tong2019-09-03 18:11:11 +0200
commited77cea3a867d16648cd08cc569316ba530fdcbe (patch)
treeaa941ac068dfccbfc838f0ce55f2f24eff7ceb4e
parentff7f9a057cd1e664841c615da268ef7af81bdb3f (diff)
downloadaur-ed77cea3a867d16648cd08cc569316ba530fdcbe.tar.gz
rename dependency python-neovim -> python-pynvim
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa346e6e376d..7e67136da07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neovim-remote
pkgdesc = Support --remote and friends for Neovim
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mhinz/neovim-remote
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
- depends = python-neovim
+ depends = python-pynvim
depends = python-psutil
source = https://github.com/mhinz/neovim-remote/archive/v2.2.0.tar.gz
sha256sums = e9b0075e882bab750643f0066fe70dd7720b7b44db180a1626b6ab73bc9e79a0
diff --git a/PKGBUILD b/PKGBUILD
index 840fd26d9a3e..0a1e1e46c766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=neovim-remote
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Support --remote and friends for Neovim"
arch=(any)
url="https://github.com/mhinz/neovim-remote"
license=('MIT')
-depends=('python-neovim' 'python-psutil')
+depends=('python-pynvim' 'python-psutil')
makedepends=('git' 'python-setuptools')
source=("https://github.com/mhinz/neovim-remote/archive/v$pkgver.tar.gz")
sha256sums=('e9b0075e882bab750643f0066fe70dd7720b7b44db180a1626b6ab73bc9e79a0')