[arch-commits] Commit in rclone/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Dec 16 22:32:35 UTC 2015
Date: Wednesday, December 16, 2015 @ 23:32:35
Author: fyan
Revision: 153470
upgpkg: rclone 1.25-2
- update dependency to makedepend on gcc-go only (thanks to new gcc-libs)
- apply our CFLAGS/LDFLAGS to go build
Modified:
rclone/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-16 22:24:54 UTC (rev 153469)
+++ PKGBUILD 2015-12-16 22:32:35 UTC (rev 153470)
@@ -3,13 +3,13 @@
pkgname=rclone
pkgver=1.25
-pkgrel=1
+pkgrel=2
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-go')
-makedepends=('git' 'python2' 'pandoc')
+depends=('gcc-libs>=5.3.0-3')
+makedepends=('git' 'python2' 'pandoc' 'gcc-go')
source=("git+https://github.com/ncw/rclone.git#tag=v$pkgver")
md5sums=('SKIP')
@@ -28,7 +28,7 @@
build() {
cd rclone
- go build
+ go build -gccgoflags "$CFLAGS $LDFLAGS"
make doc
}
More information about the arch-commits
mailing list