[arch-commits] Commit in glide/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jul 13 15:10:41 UTC 2019


    Date: Saturday, July 13, 2019 @ 15:10:41
  Author: arojas
Revision: 489369

Update to 0.13.3

Modified:
  glide/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 14:34:27 UTC (rev 489368)
+++ PKGBUILD	2019-07-13 15:10:41 UTC (rev 489369)
@@ -2,8 +2,8 @@
 # Contributor: fanningert <thomas at fanninger.at>
 
 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'
@@ -11,6 +11,7 @@
 depends=('gcc-libs')
 makedepends=('gcc-go' 'git')
 options=('!strip' '!emptydirs')
+_commit=8ed5b9292379d86c39592a7e6a58eb9c903877cf  # tags/v0.13.3^0
 source=("git+$url#tag=v$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list