community/glide to 0.13.3-1

This commit is contained in:
Kevin Mihelich 2019-07-13 15:48:23 +00:00
parent 33ddf042ea
commit 220c8b1c44

View file

@ -5,8 +5,8 @@
# - build with go instead of gcc-go
pkgname=glide
pkgver=0.13.2
pkgrel=2
pkgver=0.13.3
pkgrel=1
pkgdesc='Dependency management and vendoring for Go projects'
arch=('x86_64')
url='https://github.com/Masterminds/glide'
@ -14,6 +14,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
_commit=8ed5b9292379d86c39592a7e6a58eb9c903877cf # tags/v0.13.3^0
source=("git+$url#tag=v$pkgver")
md5sums=('SKIP')