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

Felix Yan felixonmars at archlinux.org
Fri Feb 17 13:20:00 UTC 2017


    Date: Friday, February 17, 2017 @ 13:19:59
  Author: felixonmars
Revision: 212879

upgpkg: deepin-api 3.1.0-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-17 13:19:49 UTC (rev 212878)
+++ PKGBUILD	2017-02-17 13:19:59 UTC (rev 212879)
@@ -4,9 +4,9 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=3.0.16.1
+pkgver=3.1.0
 pkgrel=1
-pkgdesc='Go-lang bingdings for dde-daemon'
+pkgdesc='Go-lang bindings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api"
 license=('GPL3')
@@ -23,6 +23,9 @@
   mkdir -p build/src/pkg.deepin.io/dde/api
   cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
 
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
   cd "$srcdir/dde-api"
   make build-dep
   go get gopkg.in/alecthomas/kingpin.v2



More information about the arch-commits mailing list