Skip to content

Commit

Permalink
Update tools 2019.07.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer.io Jenkins committed Jul 12, 2019
1 parent 67f0b37 commit e8470ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-go-tools
pkgdesc = Package of tools required by vim-go
pkgver = 2019.07.11
pkgver = 2019.07.12
pkgrel = 1
url = https://github.com/fatih/vim-go
arch = x86_64
Expand All @@ -9,7 +9,7 @@ pkgbase = vim-go-tools
source = build.sh
source = tools.txt
sha512sums = ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86
sha512sums = db09917d0b8b7947c7e72afd33d8072347a8f445e86c5e18924de04b44ffa98ae3f994cc56378d41f8e03e3ef314032ccd4ab3468df874a694c616cf36f4ddf6
sha512sums = 22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d

pkgname = vim-go-tools

4 changes: 2 additions & 2 deletions PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>

pkgname=vim-go-tools
pkgver=2019.07.11
pkgver=2019.07.12
pkgrel=1
pkgdesc="Package of tools required by vim-go"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ license=(other)
makedepends=('go')
source=("build.sh" "tools.txt")
sha512sums=('ee180fa557e4fe57003a67d4fe19747c6452d5fb39de78265827bfd4baa3aff26ebd8984ebc3cf0d7b22342d66dbd7bccf9d8adecc3498fe0d496376ef5d3e86'
'db09917d0b8b7947c7e72afd33d8072347a8f445e86c5e18924de04b44ffa98ae3f994cc56378d41f8e03e3ef314032ccd4ab3468df874a694c616cf36f4ddf6')
'22f980e0cbceef4a8782b0c544d7d0601e90c35aef45b6098888fe1c479f8b1089011a00ce3557fe3617076cb991875274a36a06417b673b9c593fb7f73ecb7d')

build() {
mkdir -p "${srcdir}/go"
Expand Down
1 change: 0 additions & 1 deletion tools.txt
@@ -1,5 +1,4 @@
github.com/alecthomas/gometalinter
github.com/bhcleek/lsp-position/cmd/lsp-position
github.com/davidrjenni/reftools/cmd/fillstruct
github.com/fatih/gomodifytags
github.com/fatih/motion
Expand Down

0 comments on commit e8470ae

Please sign in to comment.