summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d86cee377c3..e9010f4b9755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: yesuu zhang <yesuu79@qq.com>
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.20
+pkgver=1.21
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -16,7 +16,7 @@ optdepends=(
'gocode-daemon: autocompletion support'
)
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-sha256sums=('8d7b3db8a13f2f5769d4accb1b3c29c2a912f6f38dc513a81f31fc618e2c6d16')
+sha256sums=('073ac6b40f646cb014bf848c189b3567c0553b1669a65569c296d327645e55a6')
package() {
cd "${srcdir}/vim-go-${pkgver}/"