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

Felix Yan felixonmars at archlinux.org
Mon Jul 4 15:10:42 UTC 2016


    Date: Monday, July 4, 2016 @ 15:10:42
  Author: felixonmars
Revision: 182206

upgpkg: rclone 1.30-1

switch to go for now, since it doesn't build with gccgo

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-04 14:30:21 UTC (rev 182205)
+++ PKGBUILD	2016-07-04 15:10:42 UTC (rev 182206)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=rclone
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -22,6 +22,7 @@
   ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
   export GOPATH="$PWD/.gopath"
 
+  go get github.com/go-ini/ini github.com/jmespath/go-jmespath
   go get github.com/ncw/rclone
 }
 
@@ -28,8 +29,7 @@
 build() {
   cd rclone
 
-  #go build -gccgoflags "$CFLAGS $LDFLAGS"
-  go build
+  go build # -gccgoflags "$CFLAGS $LDFLAGS"
   make doc
 }
 



More information about the arch-commits mailing list