community/rclone to 1.54.1-1

This commit is contained in:
Kevin Mihelich 2021-03-08 14:01:19 +00:00
parent ca4b86d1f3
commit d974803a57

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.54.0
pkgver=1.54.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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
sha512sums=('292e932ada8dc601a02da4e7daf1434af838d13d8828965cde1395d3616a8014991990ddfdb1aade24fe1f7c54222c4d5226048849673cc062fafc21884e166d')
sha512sums=('fd65e202977b989d60660103f15de801ddad57814443aef37846737dd5a0977d56a403b7f26b703452f50bf66170ba904b058d7c2ce6542482bc1d265163ca3b')
prepare() {
cd "rclone-$pkgver"