diff --git a/community/rclone/PKGBUILD b/community/rclone/PKGBUILD index 8477beb46..d7116d195 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.53.1 +pkgver=1.53.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') source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz") -sha512sums=('9fb0808d5f746e6056bccc152f80858510c9f76c60ca36b01e088bfc5d70c6fc14d146235150fe37345cb1c1f9465e34d6a1f98047b2612be576ba5ef8f1f858') +sha512sums=('7817b02f592eb38f9ced34bad8b15693518c2d340295075797489341e5b06ed9e35565269105784d0d8a6089db108a0934289d8657c038dd07a1fac4410b7d4d') prepare() { cd "rclone-$pkgver"