diff --git a/community/rclone/PKGBUILD b/community/rclone/PKGBUILD index cb6f78c80..bdcf4d5fa 100644 --- a/community/rclone/PKGBUILD +++ b/community/rclone/PKGBUILD @@ -6,7 +6,7 @@ # - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build() pkgname=rclone -pkgver=1.59.1 +pkgver=1.59.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=('34a8e43ca2d72e4b481dcd42d5b9af039eef639dba76a07db1b4cb5011fb4aeff8a1b369832d0cb9bdd7aacd2be2a6db1776157a73bd44bfa872b2e10c1c4bd8') +sha512sums=('5741e1e1b4d2d0dc0f80baf2f7c318cdda995c2f15b7b9e0dd1c9be7372ab21cedba377c40adcc0edd0482aec7c2a27e0144a6edb957840b9422a8bbff922342') prepare() { cd "rclone-$pkgver"