mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/rclone to 1.54.1-1
This commit is contained in:
parent
ca4b86d1f3
commit
d974803a57
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.54.0
|
pkgver=1.54.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')
|
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=('292e932ada8dc601a02da4e7daf1434af838d13d8828965cde1395d3616a8014991990ddfdb1aade24fe1f7c54222c4d5226048849673cc062fafc21884e166d')
|
sha512sums=('fd65e202977b989d60660103f15de801ddad57814443aef37846737dd5a0977d56a403b7f26b703452f50bf66170ba904b058d7c2ce6542482bc1d265163ca3b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "rclone-$pkgver"
|
cd "rclone-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue