extra/rclone to 1.65.0-1

This commit is contained in:
David Beauchamp 2023-11-29 17:44:03 -05:00
parent 8872dede7d
commit 2ec45e34cd
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = rclone
pkgdesc = Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage
pkgver = 1.64.2
pkgver = 1.65.0
pkgrel = 1
url = https://github.com/rclone/rclone
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = rclone
depends = glibc
optdepends = fuse3: for rclone mount
options = !lto
source = rclone-1.64.2.tar.gz::https://github.com/rclone/rclone/archive/v1.64.2.tar.gz
sha512sums = 8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef
source = rclone-1.65.0.tar.gz::https://github.com/rclone/rclone/archive/v1.65.0.tar.gz
sha512sums = ed0432a48d9016f8d6bb70ab852a6bb51216d9a3182fc8cea0b7c8ba1654ac555fc50b8cd189a12ec708c49c4ba6410157e0a08baf2459d81078c53cbc3fe213
pkgname = rclone

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.64.2
pkgver=1.65.0
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
arch=('x86_64')
@ -16,7 +16,7 @@ depends=('glibc')
optdepends=('fuse3: for rclone mount')
makedepends=('python' 'go' 'git' 'fuse3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
sha512sums=('8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef')
sha512sums=('ed0432a48d9016f8d6bb70ab852a6bb51216d9a3182fc8cea0b7c8ba1654ac555fc50b8cd189a12ec708c49c4ba6410157e0a08baf2459d81078c53cbc3fe213')
prepare() {
cd "rclone-$pkgver"