summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryesuu2017-09-17 01:31:13 +0800
committeryesuu2017-09-17 01:31:13 +0800
commitc6bc71fc87dd7629beca4aff65850cfa5bb71a98 (patch)
treee2b47331c5bc8284e16175742e3dc45d1570c969 /PKGBUILD
parent3a85e17463fd735270bc941e866969703316ae3c (diff)
downloadaur-c6bc71fc87dd7629beca4aff65850cfa5bb71a98.tar.gz
update v1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63808f88768b..3479c3b35616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -15,7 +15,7 @@ optdepends=(
'gocode-daemon: autocompletion support'
)
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-sha256sums=('ccaf4022be1d97c107a739b3d7b7bbd0238bb608eacbcb310837df14d7cfa7ce')
+sha256sums=('c03d428d58b7fbeeaf1c68f69b4bb8e8c104f4686c7bbdb8fc8ec5f2d0fe68e5')
package() {
cd "${srcdir}/vim-go-${pkgver}/"