mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/rclone to 1.68.2-1
This commit is contained in:
parent
2e9e15ebaa
commit
3a49b9f3d0
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.68.1
|
pkgver = 1.68.2
|
||||||
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.68.1.tar.gz::https://github.com/rclone/rclone/archive/v1.68.1.tar.gz
|
source = rclone-1.68.2.tar.gz::https://github.com/rclone/rclone/archive/v1.68.2.tar.gz
|
||||||
sha512sums = 8f98e569c0959dfa407621d35acb552e6a5f5b409d2f1d89efd116d746f2a6a742e0bebf8f298ba189d7f187fc4c79d285e7db28e52d5d9e7517d5e0a6aa7fc9
|
sha512sums = 02baef752b8537ef5de05c51ce556ee76aee62c6835dc2f0cb6a8ebf0837d524dee1ed69136fb8319511a248d6776e36e53038138bf245f19aa66ea2aac6815c
|
||||||
|
|
||||||
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.68.1
|
pkgver=1.68.2
|
||||||
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=('8f98e569c0959dfa407621d35acb552e6a5f5b409d2f1d89efd116d746f2a6a742e0bebf8f298ba189d7f187fc4c79d285e7db28e52d5d9e7517d5e0a6aa7fc9')
|
sha512sums=('02baef752b8537ef5de05c51ce556ee76aee62c6835dc2f0cb6a8ebf0837d524dee1ed69136fb8319511a248d6776e36e53038138bf245f19aa66ea2aac6815c')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "rclone-$pkgver"
|
cd "rclone-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue