Update tools 2019.07.11

This commit is contained in:
Luzifer.io Jenkins 2019-07-11 16:20:16 +00:00
parent 9d28d42567
commit 67f0b37fce
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = vim-go-tools pkgbase = vim-go-tools
pkgdesc = Package of tools required by vim-go pkgdesc = Package of tools required by vim-go
pkgver = 2019.07.06 pkgver = 2019.07.11
pkgrel = 1 pkgrel = 1
url = https://github.com/fatih/vim-go url = https://github.com/fatih/vim-go
arch = x86_64 arch = x86_64
@ -8,8 +8,8 @@ pkgbase = vim-go-tools
makedepends = go makedepends = go
source = build.sh source = build.sh
source = tools.txt source = tools.txt
sha512sums = 225301ca5a3435d70a12628f55a6174487a59970596a23010c52b4e6554573a0bb9e16d01e4e08211cd1301272142acf195e1a7b97b0ee007ae8cbe757387d70 sha512sums = ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86
sha512sums = 22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d sha512sums = db09917d0b8b7947c7e72afd33d8072347a8f445e86c5e18924de04b44ffa98ae3f994cc56378d41f8e03e3ef314032ccd4ab3468df874a694c616cf36f4ddf6
pkgname = vim-go-tools pkgname = vim-go-tools

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me> # Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=vim-go-tools pkgname=vim-go-tools
pkgver=2019.07.06 pkgver=2019.07.11
pkgrel=1 pkgrel=1
pkgdesc="Package of tools required by vim-go" pkgdesc="Package of tools required by vim-go"
arch=('x86_64') arch=('x86_64')
@ -10,7 +10,7 @@ license=(other)
makedepends=('go') makedepends=('go')
source=("build.sh" "tools.txt") source=("build.sh" "tools.txt")
sha512sums=('ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86' sha512sums=('ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86'
'22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d') 'db09917d0b8b7947c7e72afd33d8072347a8f445e86c5e18924de04b44ffa98ae3f994cc56378d41f8e03e3ef314032ccd4ab3468df874a694c616cf36f4ddf6')
build() { build() {
mkdir -p "${srcdir}/go" mkdir -p "${srcdir}/go"

View File

@ -1,4 +1,5 @@
github.com/alecthomas/gometalinter github.com/alecthomas/gometalinter
github.com/bhcleek/lsp-position/cmd/lsp-position
github.com/davidrjenni/reftools/cmd/fillstruct github.com/davidrjenni/reftools/cmd/fillstruct
github.com/fatih/gomodifytags github.com/fatih/gomodifytags
github.com/fatih/motion github.com/fatih/motion