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 e9010f4b9755..982d090d6004 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.21
+pkgver=1.22
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=('073ac6b40f646cb014bf848c189b3567c0553b1669a65569c296d327645e55a6')
+sha256sums=('7d2a2e8d363d8287b04b576c13e291fcaa081809a99d9d655854b0f5c810d2e4')
package() {
cd "${srcdir}/vim-go-${pkgver}/"