community/rclone to 1.53.3-1

This commit is contained in:
Kevin Mihelich 2020-11-21 17:16:03 +00:00
parent fa60feb3a9
commit 6871375bd7

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.53.2
pkgver=1.53.3
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=('7817b02f592eb38f9ced34bad8b15693518c2d340295075797489341e5b06ed9e35565269105784d0d8a6089db108a0934289d8657c038dd07a1fac4410b7d4d')
sha512sums=('17d0ccf1165bc9d36e2aae5729dded2ccc6ecddd8a9902f1ca6b2bb26628afa99f58da5521ec5a1ebb27e8ea04cb736f88279603eeaeb0740cfe633cbe9de083')
prepare() {
cd "rclone-$pkgver"