mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/rclone to 1.59.1-1
This commit is contained in:
parent
8685a27ec9
commit
2ceb588db1
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.59.0
|
||||
pkgver=1.59.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=('a6cb27687b5d4ca6f2a3597b16d6b00d212bbe0bc8542c399c597bc52d827254d41fa0aa67457677cc4ae53d5b264aef09aaa74d80d5a84e4efe9d40f3042b61')
|
||||
sha512sums=('34a8e43ca2d72e4b481dcd42d5b9af039eef639dba76a07db1b4cb5011fb4aeff8a1b369832d0cb9bdd7aacd2be2a6db1776157a73bd44bfa872b2e10c1c4bd8')
|
||||
|
||||
prepare() {
|
||||
cd "rclone-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue