community/rclone to 1.61.1-1

This commit is contained in:
Kevin Mihelich 2022-12-27 14:39:22 +00:00
parent eff1f6a076
commit dd8f73657e

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.61.0
pkgver=1.61.1
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=('c798166d8b5ac545351651ab8ba8fc20534cb1a70513284150aaca0ba33e54c33ab0256a7f8bf0ae5ab50b32c57a2c1f7bd3fbeaf4b45193401d6e18fc2ed2d8')
sha512sums=('739b976a4538586670b797c92f9cbd416c3589444a611926b5edd074e8249dfcff9d95e8053459aa42c4cbe90009a9ba1c3abb9be8e8718db6276fdc39386273')
prepare() {
cd "rclone-$pkgver"