mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/rclone to 1.53.4-1
This commit is contained in:
parent
77bd74b05d
commit
d21058e226
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.53.3
|
pkgver=1.53.4
|
||||||
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')
|
makedepends=('python' 'go' 'git')
|
||||||
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=('17d0ccf1165bc9d36e2aae5729dded2ccc6ecddd8a9902f1ca6b2bb26628afa99f58da5521ec5a1ebb27e8ea04cb736f88279603eeaeb0740cfe633cbe9de083')
|
sha512sums=('df36c8e51a39762f2edf0a8acfba081252c9006ffa3190f0eec6341e6a052a4d9078e1df7f59db3d9e35ce48cd0a23343d2d66106dd90656821fff5526f0c404')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "rclone-$pkgver"
|
cd "rclone-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue