summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2016-02-15 15:23:24 +0100
committerDavid Vogt2016-02-15 15:24:29 +0100
commitcce8e4e181275ef8aa7c0d0617e340d5f1774975 (patch)
tree08d6bd0cf3f661cab6c255b81186d1cdebbae621
parent37269442f6b00fd85f297a5c44131ec9e521c327 (diff)
downloadaur-cce8e4e181275ef8aa7c0d0617e340d5f1774975.tar.gz
Fix URL, which now needs to be scalar, no more list
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54821c331272..1b3f18848ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# 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.r262.605897b
+ pkgver = 0.1.0.r1.gdea5427
pkgrel = 1
url = http://github.com/neovim/python-client
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fb6b002ced5b..cc1e505190fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python2-neovim-git
_pkgname=python2-neovim-git
-pkgver=0.r262.605897b
+pkgver=0.1.0.r1.gdea5427
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=('python2'
'python2-msgpack'
'python2-greenlet'