Date: Thursday, August 25, 2016 @ 01:09:04
  Author: felixonmars
Revision: 187494

upgpkg: rclone 1.33-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-08-25 01:07:30 UTC (rev 187493)
+++ PKGBUILD    2016-08-25 01:09:04 UTC (rev 187494)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=rclone
-pkgver=1.32
+pkgver=1.33
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
   cd rclone
 
   go build # -gccgoflags "$CFLAGS $LDFLAGS"
-  make doc
+  PATH="$GOPATH/bin:$PATH" make doc
 }
 
 check() {

Reply via email to