extra/rclone to 1.63.0-1

This commit is contained in:
Kevin Mihelich 2023-07-02 12:08:54 +00:00
parent 1a418413cb
commit 79e6ac4129

View file

@ -6,8 +6,8 @@
# - 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.62.2 pkgver=1.63.0
pkgrel=2 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')
url="https://rclone.org/" url="https://rclone.org/"
@ -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=('c29b666ab5573e80f9e61955e987cf3834306bfebce209775f5838a0844e26b5c5ec41d64b8a8444745a99fd8e9c104b18631aeffb438e89839f996221b1c8ca') sha512sums=('5f4590a5244d4eb1a51fc15a4ebef70941af94db8790d3ea1bd56b91f399f580b2cd1cc168c5d5e1fd9ee4bc4a3a4a908c8720aead8f8c24bcee3eacc6423ef3')
prepare() { prepare() {
cd "rclone-$pkgver" cd "rclone-$pkgver"