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

Jelle van der Waa jelle at archlinux.org
Mon Oct 21 11:50:56 UTC 2019


    Date: Monday, October 21, 2019 @ 11:50:55
  Author: jelle
Revision: 518076

upgpkg: baidupcs-go 3.6-2

golang 1.13.1 security rebuild

Modified:
  baidupcs-go/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-21 11:34:25 UTC (rev 518075)
+++ PKGBUILD	2019-10-21 11:50:55 UTC (rev 518076)
@@ -2,7 +2,7 @@
 
 pkgname=baidupcs-go
 pkgver=3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Terminal utility for Baidu Network Disk"
 arch=('x86_64')
 url="https://github.com/iikira/BaiduPCS-Go"
@@ -27,7 +27,7 @@
 
 build() {
   cd BaiduPCS-Go-$pkgver
-  go build -o baidupcs-go
+  go build -ldflags "-extldflags ${LDFLAGS}" -o baidupcs-go
 }
 
 package() {



More information about the arch-commits mailing list