mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rclone to 1.58.1-1
This commit is contained in:
parent
cbf9e73ac7
commit
16759ea32f
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue