community/rclone to 1.58.1-1

This commit is contained in:
Kevin Mihelich 2022-04-30 01:18:15 +00:00
parent cbf9e73ac7
commit 16759ea32f

View file

@ -6,8 +6,8 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.58.0
pkgrel=2
pkgver=1.58.1
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=('c58defb82ff8d99492ece930a7c768a0db3046070e25e7b1e8caeba23bb50cf22b2a5851943bec444a337589b442e6ac5d465681bda63cdd45c5588dc2fcff84')
sha512sums=('104ff2e743374ad3d0f3c517e34ac068d6439445732bc3ce4ffe8fbc13e7d2b4285518e8037c5600589425e001c26e334c7e31d12f9a476af958cb47097c4e00')
prepare() {
cd "rclone-$pkgver"