summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnas Anikevicius2016-02-29 15:42:59 +0000
committerIgnas Anikevicius2016-02-29 15:42:59 +0000
commita4e92815d27ef936b4ed3cef5110dc694891257f (patch)
tree49f0f7577703c0f69f911e09c24e100c9d5c62c5
parent4d211b9821653e83223f6028752ed836fbc33418 (diff)
downloadaur-a4e92815d27ef936b4ed3cef5110dc694891257f.tar.gz
Fix an issue with the source url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cbf70d41108..b40029358d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-neovim-git
_pkgname=python-neovim-git
-pkgver=0.1.0.r0.g354d6f7
+pkgver=0.1.2.r4.g956f030
pkgrel=1
pkgdesc="Python client to neovim, git version. Use this to keep up with neovim-git"
arch=('any')
license=('Apache2')
-url=('http://github.com/neovim/python-client')
+url='http://github.com/neovim/python-client'
depends=('python'
'python-msgpack'
'python-greenlet'