community/rclone to 1.61.0-1

This commit is contained in:
David Beauchamp 2022-12-20 17:17:59 -05:00
parent 7cc550176f
commit cb989ea142

View file

@ -6,8 +6,8 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.60.1
pkgrel=2
pkgver=1.61.0
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('x86_64')
url="https://rclone.org/"
@ -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=('ba4e4a3a57ae639665ca22576a4c8ed6d8818aa903a7d4211bf2cfbb0fb81a95162521806b7174a042bb684262786dfee4c204d6080d33e59bd9705dc9d8db9c')
sha512sums=('c798166d8b5ac545351651ab8ba8fc20534cb1a70513284150aaca0ba33e54c33ab0256a7f8bf0ae5ab50b32c57a2c1f7bd3fbeaf4b45193401d6e18fc2ed2d8')
prepare() {
cd "rclone-$pkgver"