summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam S Levy2018-02-27 18:05:00 -0900
committerAdam S Levy2018-02-27 18:05:00 -0900
commitfc8156e46a8e71cb75ac69280372d015d5ad667a (patch)
treedf5e8fba72e64dee1b85026dcc4df249d1ad55c9
parentc6bc71fc87dd7629beca4aff65850cfa5bb71a98 (diff)
downloadaur-fc8156e46a8e71cb75ac69280372d015d5ad667a.tar.gz
upgpkg: vim-go 1.16-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d55bc01f7180..b29d1da382c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-go
pkgdesc = Go development plugin for Vim
- pkgver = 1.14
+ pkgver = 1.16
pkgrel = 1
url = https://github.com/fatih/vim-go
arch = any
@@ -9,8 +9,8 @@ pkgbase = vim-go
depends = vim
optdepends = go-tools: developer tools
optdepends = gocode-daemon: autocompletion support
- source = https://github.com/fatih/vim-go/archive/v1.14.tar.gz
- sha256sums = c03d428d58b7fbeeaf1c68f69b4bb8e8c104f4686c7bbdb8fc8ec5f2d0fe68e5
+ source = https://github.com/fatih/vim-go/archive/v1.16.tar.gz
+ sha256sums = 1cc594e90ebfd069fafec52e34611bfa16cd4c58cb30e0629a69b67cccdeed4d
pkgname = vim-go
diff --git a/PKGBUILD b/PKGBUILD
index 3479c3b35616..0fa5dab22e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: yesuu zhang <yesuu79@qq.com>
+# Maintainer: Adam S Levy <theadamlevy@gmail.com>
+# Contributor: yesuu zhang <yesuu79@qq.com>
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.14
+pkgver=1.16
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -15,7 +16,7 @@ optdepends=(
'gocode-daemon: autocompletion support'
)
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-sha256sums=('c03d428d58b7fbeeaf1c68f69b4bb8e8c104f4686c7bbdb8fc8ec5f2d0fe68e5')
+sha256sums=('1cc594e90ebfd069fafec52e34611bfa16cd4c58cb30e0629a69b67cccdeed4d')
package() {
cd "${srcdir}/vim-go-${pkgver}/"