mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/rclone to 1.68.0-1
This commit is contained in:
parent
7885822671
commit
024fd4e8f1
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = rclone
|
pkgbase = rclone
|
||||||
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
|
||||||
pkgver = 1.67.0
|
pkgver = 1.68.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/rclone/rclone
|
url = https://github.com/rclone/rclone
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,7 +13,7 @@ pkgbase = rclone
|
||||||
depends = glibc
|
depends = glibc
|
||||||
optdepends = fuse3: for rclone mount
|
optdepends = fuse3: for rclone mount
|
||||||
options = !lto
|
options = !lto
|
||||||
source = rclone-1.67.0.tar.gz::https://github.com/rclone/rclone/archive/v1.67.0.tar.gz
|
source = rclone-1.68.0.tar.gz::https://github.com/rclone/rclone/archive/v1.68.0.tar.gz
|
||||||
sha512sums = 9d336c6a03ba7711f88fbd6ff019b4ce02825467b9656bba8811e9c27fe857ba5d64d863e1f5f3129cbcc89509891615d911794376c90775901a7de1b0741448
|
sha512sums = 899255f6a22c53b7ab5b59c0f3532bc64b9b3b2691e7202a97fea5047cc8cdf042c2e235cdac67c8cf18e3d68ca2b2ca1eb4d871bffcba8c97514c7ef8db0e13
|
||||||
|
|
||||||
pkgname = rclone
|
pkgname = rclone
|
||||||
|
|
|
@ -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.67.0
|
pkgver=1.68.0
|
||||||
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=('fuse3: for rclone mount')
|
optdepends=('fuse3: for rclone mount')
|
||||||
makedepends=('python' 'go' 'git' 'fuse3')
|
makedepends=('python' 'go' 'git' 'fuse3')
|
||||||
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=('9d336c6a03ba7711f88fbd6ff019b4ce02825467b9656bba8811e9c27fe857ba5d64d863e1f5f3129cbcc89509891615d911794376c90775901a7de1b0741448')
|
sha512sums=('899255f6a22c53b7ab5b59c0f3532bc64b9b3b2691e7202a97fea5047cc8cdf042c2e235cdac67c8cf18e3d68ca2b2ca1eb4d871bffcba8c97514c7ef8db0e13')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "rclone-$pkgver"
|
cd "rclone-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue