extra/rclone to 1.66.0-1

This commit is contained in:
Kevin Mihelich 2024-03-13 17:59:34 +00:00
parent 4584926e72
commit 43f9bdd6b4
3 changed files with 10 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.65.2
pkgver = 1.66.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.65.2.tar.gz::https://github.com/rclone/rclone/archive/v1.65.2.tar.gz
sha512sums = 31680901176749a6a6636e2d879554612575bf4bdd20012114f0f5ec8d584043c6a80c24f3879381a735c1bfb69d5d191aa926930fd32a5d5b0ca47797c13d19
source = rclone-1.66.0.tar.gz::https://github.com/rclone/rclone/archive/v1.66.0.tar.gz
sha512sums = 955ed1457ebe7e6ac2288484109ba263601e147f767ce71b70e14ddcf3f97659d90704de094e4e83c0820267e0f41b1950fc3db534bb3577bcf27f0a2401eb84
pkgname = rclone

View file

@ -0,0 +1,5 @@
[rclone]
source = "github"
github = "rclone/rclone"
prefix = "v"
use_max_tag = true

View file

@ -6,7 +6,7 @@
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
pkgname=rclone
pkgver=1.65.2
pkgver=1.66.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=('31680901176749a6a6636e2d879554612575bf4bdd20012114f0f5ec8d584043c6a80c24f3879381a735c1bfb69d5d191aa926930fd32a5d5b0ca47797c13d19')
sha512sums=('955ed1457ebe7e6ac2288484109ba263601e147f767ce71b70e14ddcf3f97659d90704de094e4e83c0820267e0f41b1950fc3db534bb3577bcf27f0a2401eb84')
prepare() {
cd "rclone-$pkgver"