summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 006e17104497..2af6c6f58d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Adam S Levy <adam@aslevy.com>
+# Maintainer: Colin Arnott <colin@urandom.co.uk>
+# Contributor: Adam S Levy <adam@aslevy.com>
# Contributor: yesuu zhang <yesuu79@qq.com>
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.24
+pkgver=1.25
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -16,7 +17,7 @@ optdepends=(
'delve: debugger'
)
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-sha256sums=('bc40c71536907826c83550142cfb3f249e85588e29e5c6e12f0204e19bb11252')
+sha512sums=('42263050893c9ab939346d5572b67e86e3ef3095ab0164ce7932bcf8702703bddffe621e6a658fd772af0e20a9ed06906d9f6b7db4a1cbfb1095e948d5883f56')
package() {
cd "${srcdir}/vim-go-${pkgver}/"