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 19976791a653..5b2a202f5815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.4
+pkgver=1.6
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
depends=(vim)
optdepends=('gocode-daemon: autocompletion support')
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-md5sums=('1437b2930942d3ce217b6fd2172d3b26')
+md5sums=('847d3e3577982a9515ad0aec6d5111b2')
package() {
cd "${srcdir}/vim-go-${pkgver}/"