summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2019-04-20 11:56:15 +0200
committerHaochen Tong2019-04-20 11:56:15 +0200
commit8365c3b240e2787a87f38a614ec6368a8546f8af (patch)
treee8579a64b33b6892f3ba2062bd00dd665087ff7e
parentc93a34ec2e425daf2e01b08fedcea4a96cf48d29 (diff)
downloadaur-8365c3b240e2787a87f38a614ec6368a8546f8af.tar.gz
upgpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f91a4f5e22e..58ec838f3848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jan 24 09:54:00 UTC 2019
+# Sat Apr 20 09:55:32 UTC 2019
pkgbase = neovim-remote
pkgdesc = Support --remote and friends for Neovim
- pkgver = 2.1.4
+ pkgver = 2.1.7
pkgrel = 1
url = https://github.com/mhinz/neovim-remote
arch = any
@@ -11,8 +11,8 @@ pkgbase = neovim-remote
makedepends = python-setuptools
depends = python-neovim
depends = python-psutil
- source = https://github.com/mhinz/neovim-remote/archive/v2.1.4.tar.gz
- sha256sums = 526312f0d8ed78863395ff12610816bec48bede4ef461e9c18a387d371c7bcdd
+ source = https://github.com/mhinz/neovim-remote/archive/v2.1.7.tar.gz
+ sha256sums = f709237a84a42e494533d155da02551709056643bf0ca92ea0208f4e2ea7d272
pkgname = neovim-remote
diff --git a/PKGBUILD b/PKGBUILD
index 1d9c4aa2238b..09b309caab54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hexchain Tong <i at hexchain dot org>
pkgname=neovim-remote
-pkgver=2.1.4
+pkgver=2.1.7
pkgrel=1
pkgdesc="Support --remote and friends for Neovim"
arch=(any)
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-neovim' 'python-psutil')
makedepends=('git' 'python-setuptools')
source=("https://github.com/mhinz/neovim-remote/archive/v$pkgver.tar.gz")
-sha256sums=('526312f0d8ed78863395ff12610816bec48bede4ef461e9c18a387d371c7bcdd')
+sha256sums=('f709237a84a42e494533d155da02551709056643bf0ca92ea0208f4e2ea7d272')
package() {
cd "$srcdir/$pkgname-$pkgver"