mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/rclone to 1.59.0-1
This commit is contained in:
parent
533c4de86e
commit
496ae6d369
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
|
||||
|
||||
pkgname=rclone
|
||||
pkgver=1.58.1
|
||||
pkgver=1.59.0
|
||||
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=('104ff2e743374ad3d0f3c517e34ac068d6439445732bc3ce4ffe8fbc13e7d2b4285518e8037c5600589425e001c26e334c7e31d12f9a476af958cb47097c4e00')
|
||||
sha512sums=('a6cb27687b5d4ca6f2a3597b16d6b00d212bbe0bc8542c399c597bc52d827254d41fa0aa67457677cc4ae53d5b264aef09aaa74d80d5a84e4efe9d40f3042b61')
|
||||
|
||||
prepare() {
|
||||
cd "rclone-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue