extra/rclone to 1.67.0-1

This commit is contained in:
David Beauchamp 2024-07-14 15:29:31 -04:00
parent e358b6dd96
commit fbf94e8537
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.66.0
pkgver = 1.67.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.66.0.tar.gz::https://github.com/rclone/rclone/archive/v1.66.0.tar.gz
sha512sums = 955ed1457ebe7e6ac2288484109ba263601e147f767ce71b70e14ddcf3f97659d90704de094e4e83c0820267e0f41b1950fc3db534bb3577bcf27f0a2401eb84
source = rclone-1.67.0.tar.gz::https://github.com/rclone/rclone/archive/v1.67.0.tar.gz
sha512sums = 9d336c6a03ba7711f88fbd6ff019b4ce02825467b9656bba8811e9c27fe857ba5d64d863e1f5f3129cbcc89509891615d911794376c90775901a7de1b0741448
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.66.0
pkgver=1.67.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=('955ed1457ebe7e6ac2288484109ba263601e147f767ce71b70e14ddcf3f97659d90704de094e4e83c0820267e0f41b1950fc3db534bb3577bcf27f0a2401eb84')
sha512sums=('9d336c6a03ba7711f88fbd6ff019b4ce02825467b9656bba8811e9c27fe857ba5d64d863e1f5f3129cbcc89509891615d911794376c90775901a7de1b0741448')
prepare() {
cd "rclone-$pkgver"