diff --git a/community/rclone/PKGBUILD b/community/rclone/PKGBUILD index 589fd8a0e..7574b7b3f 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.61.1 +pkgver=1.62.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=('739b976a4538586670b797c92f9cbd416c3589444a611926b5edd074e8249dfcff9d95e8053459aa42c4cbe90009a9ba1c3abb9be8e8718db6276fdc39386273') +sha512sums=('c29b666ab5573e80f9e61955e987cf3834306bfebce209775f5838a0844e26b5c5ec41d64b8a8444745a99fd8e9c104b18631aeffb438e89839f996221b1c8ca') prepare() { cd "rclone-$pkgver"