[arch-commits] Commit in rclone/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Tue Apr 19 02:58:16 UTC 2016
Date: Tuesday, April 19, 2016 @ 04:58:16
Author: fyan
Revision: 171372
upgpkg: rclone 1.29-1
Modified:
rclone/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-19 02:54:23 UTC (rev 171371)
+++ PKGBUILD 2016-04-19 02:58:16 UTC (rev 171372)
@@ -2,14 +2,14 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=rclone
-pkgver=1.28
+pkgver=1.29
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('i686' 'x86_64')
url="http://rclone.org/"
license=('MIT')
-depends=('gcc-libs>=5.3.0-3')
-makedepends=('git' 'python2' 'pandoc' 'gcc-go')
+depends=('glibc')
+makedepends=('git' 'python2' 'pandoc' 'go')
source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver")
md5sums=('SKIP')
@@ -28,7 +28,8 @@
build() {
cd rclone
- go build -gccgoflags "$CFLAGS $LDFLAGS"
+ #go build -gccgoflags "$CFLAGS $LDFLAGS"
+ go build
make doc
}
More information about the arch-commits
mailing list