community/rclone to 1.56.1-1

This commit is contained in:
David Beauchamp 2021-09-20 14:09:31 -04:00
parent 16690a5cec
commit 365a850aed

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.56.0
pkgver=1.56.1
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' 'fuse2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
sha512sums=('e27b016229b6c3a2d10966317813bcd4fe7783f7cd37549b042326d79be79d5318dad8ec07d5e6c586e1b54981fccbc10e0a1e1d04a2dfa9032f3e46d41daa1d')
sha512sums=('1b712738ff755daebea34f9ce0dbcabc1ed9e0a939103bdf2779a944a9af235738cbb8ed50daa6a96f593cb3d39b38ce105f1b98d707272aa2e0a76f01b9ac49')
prepare() {
cd "rclone-$pkgver"