community/rclone to 1.54.0-1

This commit is contained in:
Kevin Mihelich 2021-02-02 16:55:47 +00:00
parent cf7fd2d69a
commit 08da5abc6a

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.53.4
pkgver=1.54.0
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('x86_64')
@ -16,7 +16,7 @@ depends=('glibc')
optdepends=('fuse2: for rclone mount')
makedepends=('python' 'go' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
sha512sums=('df36c8e51a39762f2edf0a8acfba081252c9006ffa3190f0eec6341e6a052a4d9078e1df7f59db3d9e35ce48cd0a23343d2d66106dd90656821fff5526f0c404')
sha512sums=('292e932ada8dc601a02da4e7daf1434af838d13d8828965cde1395d3616a8014991990ddfdb1aade24fe1f7c54222c4d5226048849673cc062fafc21884e166d')
prepare() {
cd "rclone-$pkgver"