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

Felix Yan fyan at archlinux.org
Mon Nov 9 15:21:08 UTC 2015


    Date: Monday, November 9, 2015 @ 16:21:07
  Author: fyan
Revision: 146437

upgpkg: rclone 1.24.20151108-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-09 15:19:05 UTC (rev 146436)
+++ PKGBUILD	2015-11-09 15:21:07 UTC (rev 146437)
@@ -2,7 +2,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=rclone
-pkgver=1.23
+pkgver=1.24.20151108
+_commit=2c66bdd6bb0a4b64ae82d199ae0916470a834993
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
 arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@
 license=('MIT')
 depends=('gcc-go')
 makedepends=('git' 'python2' 'pandoc')
-source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver")
+source=("git+https://github.com/ncw/rclone.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {
@@ -27,7 +28,6 @@
 
 build() {
   cd rclone
-  export GOPATH="$PWD/.gopath"
 
   go build
   make doc



More information about the arch-commits mailing list