[arch-commits] Commit in rclone/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 16 05:59:30 UTC 2018
Date: Friday, November 16, 2018 @ 05:59:29
Author: felixonmars
Revision: 407827
upgpkg: rclone 1.44-1
Modified:
rclone/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-16 05:58:10 UTC (rev 407826)
+++ PKGBUILD 2018-11-16 05:59:29 UTC (rev 407827)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=rclone
-pkgver=1.43.1
+pkgver=1.44
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('x86_64')
@@ -10,12 +10,12 @@
depends=('glibc')
makedepends=('python2' 'pandoc' 'go-pie' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ncw/rclone/archive/v$pkgver.tar.gz")
-sha512sums=('7da3b285a8ed401de95ec0b8bea21ca3db0313eb2012874b10fb65c4441311ba4b24b7dd3ea68a7bce17206ac065f091d2f6ef6a9662fe0111b9f00ff58e6c17')
+sha512sums=('1207316ed12646a4ec5f9795d5cca1de9d2fa333f60a8b6dd157462813e2e6ad9ebf85d3d20b9b881d11dcd9ac162b5a674a53ff2af15a452afcfc04f7b34f5b')
prepare() {
cd rclone-$pkgver
- sed -i "1s/python$/&2/" bin/make_manual.py
+ sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
mkdir -p .gopath/src/github.com/ncw
ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
More information about the arch-commits
mailing list