summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-03-15 18:57:36 +0000
committerWill Handley2020-03-15 18:57:36 +0000
commitc4db34f44dfc3c51037efa0da4020a68a7059083 (patch)
treee06f15b8530945e40ef4fe17b682730d453bb86a
parentbacb51b51790acdbc106787bb94b3b6eac4c1d07 (diff)
downloadaur-c4db34f44dfc3c51037efa0da4020a68a7059083.tar.gz
Updated to version 2.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64a42b2a4a37..2baeb8d1e68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = vim-tabnine
pkgdesc = TabNine is the all-language autocompleter. It uses machine learning to provide responsive, reliable, and relevant suggestions.
- pkgver = 2.1.11
+ pkgver = 2.5.1
pkgrel = 1
- url = https://github.com/zxqfl/tabnine-vim
+ url = https://github.com/codota/tabnine-vim
arch = any
groups = vim-plugins
license = https://tabnine.com/eula
@@ -10,8 +10,8 @@ pkgbase = vim-tabnine
depends = python-language-server
replaces = vim-youcompleteme
replaces = vim-tabnine-git
- source = https://github.com/zxqfl/tabnine-vim/archive/2.1.11.tar.gz
- sha256sums = 48e15d0212a96b181db06146f7cc82f8617673260a8be9e4fc43b57ab1236a9a
+ source = https://github.com/codota/tabnine-vim/archive/2.5.1.tar.gz
+ sha256sums = a7fb111e4dbc7ea728977652880b4f79a63cfca14e68082101f76e3e58e601f5
pkgname = vim-tabnine
diff --git a/PKGBUILD b/PKGBUILD
index 2aded6d62356..ecebbbe92831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=vim-tabnine
-pkgver=2.1.11
+pkgver=2.5.1
pkgrel=1
pkgdesc="TabNine is the all-language autocompleter. It uses machine learning to provide responsive, reliable, and relevant suggestions."
arch=('any')
-url="https://github.com/zxqfl/tabnine-vim"
+url="https://github.com/codota/tabnine-vim"
license=('https://tabnine.com/eula')
groups=('vim-plugins')
depends=('vim' 'python-language-server')
@@ -16,7 +16,7 @@ backup=()
options=()
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('48e15d0212a96b181db06146f7cc82f8617673260a8be9e4fc43b57ab1236a9a')
+sha256sums=('a7fb111e4dbc7ea728977652880b4f79a63cfca14e68082101f76e3e58e601f5')
package() {
cd "$srcdir/tabnine-vim-${pkgver}"