community/rclone to 1.56.2-1

This commit is contained in:
David Beauchamp 2021-10-02 21:21:18 -04:00
parent f579d4b80c
commit fb035e10cf

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.56.1
pkgver=1.56.2
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=('1b712738ff755daebea34f9ce0dbcabc1ed9e0a939103bdf2779a944a9af235738cbb8ed50daa6a96f593cb3d39b38ce105f1b98d707272aa2e0a76f01b9ac49')
sha512sums=('472bc07192f72a6489a11f710995304789c57356e8170dc912955b3b7d2b29dde5c1522d3fa9a3a40b66a1ed91dcc6dd11cee221f5887e54641eb06296721e5a')
prepare() {
cd "rclone-$pkgver"