summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Vogt2019-12-03 13:17:53 +0100
committerDavid Vogt2019-12-03 13:17:53 +0100
commitf819c1552e515b9537d6ffc5f05fb52553749ba7 (patch)
treed80b2dbf06ed29fb138821c36a250803279816fb /PKGBUILD
parent62dd0e9cab3da3a6f2ccae0603272dab1ae5bf7f (diff)
downloadaur-python2-neovim-git.tar.gz
version bump, source URL change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c652fbc9ffa3..8fe18c592c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-neovim-git
_pkgname=python2-neovim-git
-pkgver=0.1.3.r0.g720b3d5
+pkgver=0.4.0.r0.ga5ee340
pkgrel=1
pkgdesc="Python client to neovim, git version. Use this to keep up with neovim-git"
arch=('any')
@@ -23,7 +23,7 @@ conflicts=(
)
provides=('python2-neovim')
makedepends=('git')
-source=("$pkgname::git://github.com/neovim/python-client.git"
+source=("$pkgname::git+https://github.com/neovim/pynvim.git"
"LICENSE::https://raw.githubusercontent.com/neovim/python-client/master/LICENSE")
sha256sums=('SKIP' '297a62ff61eb84f532ff5a8181860d925b710d4458f204e56c90b1da997c8711')