extra/rclone to 1.64.2-1

This commit is contained in:
Kevin Mihelich 2023-10-29 18:05:06 +00:00
parent cb5dbd7cc5
commit 8435267633
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.0
pkgver = 1.64.2
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.0.tar.gz::https://github.com/rclone/rclone/archive/v1.64.0.tar.gz
sha512sums = 73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7
source = rclone-1.64.2.tar.gz::https://github.com/rclone/rclone/archive/v1.64.2.tar.gz
sha512sums = 8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef
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.0
pkgver=1.64.2
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=('73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7')
sha512sums=('8522c27984a782350c8f6e9370d471a927a3f54e21a3f02ae8520248e42c65e5954fc3442b62d4251a3ebbccbf1ca4a12c77608c9663337d6bf0280dd4cd24ef')
prepare() {
cd "rclone-$pkgver"