mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/glide to 0.13.3-1
This commit is contained in:
parent
33ddf042ea
commit
220c8b1c44
1 changed files with 3 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue