diff --git a/community/rclone/PKGBUILD b/community/rclone/PKGBUILD index 16629eb8c..0da0d1392 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.52.3 +pkgver=1.53.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=('ef22477cbe000675e12ecf9d49b035053ab1cf6841ec89073395605fc8ccca25cf5390e8445911d451be4084ae4557452754db15f0937035ad7abe9aecaa2d3d') +sha512sums=('8313f56d8e597aa08dd322356c21eb1716bf8d969e2e0e8c6054881db1a703c6c4e6c619b4f7f3a5ca12266c003412130868e271ee6eff952a25e4e4ac40ee59') prepare() { cd "rclone-$pkgver"