mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/rclone to 1.61.1-1
This commit is contained in:
parent
eff1f6a076
commit
dd8f73657e
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()
|
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
|
||||||
|
|
||||||
pkgname=rclone
|
pkgname=rclone
|
||||||
pkgver=1.61.0
|
pkgver=1.61.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
|
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,7 +16,7 @@ depends=('glibc')
|
||||||
optdepends=('fuse2: for rclone mount')
|
optdepends=('fuse2: for rclone mount')
|
||||||
makedepends=('python' 'go' 'git' 'fuse2')
|
makedepends=('python' 'go' 'git' 'fuse2')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
|
||||||
sha512sums=('c798166d8b5ac545351651ab8ba8fc20534cb1a70513284150aaca0ba33e54c33ab0256a7f8bf0ae5ab50b32c57a2c1f7bd3fbeaf4b45193401d6e18fc2ed2d8')
|
sha512sums=('739b976a4538586670b797c92f9cbd416c3589444a611926b5edd074e8249dfcff9d95e8053459aa42c4cbe90009a9ba1c3abb9be8e8718db6276fdc39386273')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "rclone-$pkgver"
|
cd "rclone-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue