summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoriboyperson2019-10-10 01:46:21 -0400
committeriboyperson2019-10-10 01:46:21 -0400
commite6ec261f39ad0167c135e7fed7c67ac810109563 (patch)
tree3590d0f23896b1b34b143cd6f0dcb010c6792f2d /PKGBUILD
parent51352d3d6b49d0ef554a0db915380b0e1eec992d (diff)
downloadaur-e6ec261f39ad0167c135e7fed7c67ac810109563.tar.gz
updpkg: 0.8.1-2
Update `pkgdesc` and `url`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9f6ff710e10..ae0ef1379f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=ruby-neovim
_gemname=${pkgname#ruby-}
pkgver=0.8.1
-pkgrel=1
-pkgdesc='Ruby client for Neovim'
-url='https://github.com/alexgenco/neovim-ruby'
+pkgrel=2
+pkgdesc='Ruby bindings for Neovim'
+url='https://github.com/neovim/neovim-ruby'
arch=('any')
license=('MIT')
depends=('neovim' 'ruby' 'ruby-msgpack>=1.1' 'ruby-multi_json')