extra/rclone to 1.64.0-1

This commit is contained in:
Kevin Mihelich 2023-10-04 18:18:20 +00:00
parent 4f10e409a6
commit 3be9e0db51
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
pkgbase = rclone pkgbase = rclone
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
pkgver = 1.63.1 pkgver = 1.64.0
pkgrel = 1 pkgrel = 1
url = https://rclone.org/ url = https://github.com/rclone/rclone
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = python makedepends = python
@ -13,7 +13,7 @@ pkgbase = rclone
depends = glibc depends = glibc
optdepends = fuse3: for rclone mount optdepends = fuse3: for rclone mount
options = !lto options = !lto
source = rclone-1.63.1.tar.gz::https://github.com/rclone/rclone/archive/v1.63.1.tar.gz source = rclone-1.64.0.tar.gz::https://github.com/rclone/rclone/archive/v1.64.0.tar.gz
sha512sums = fff03146ae7de4b47b883576b67852f9ff0558137ecb966300bd357c706d4b71c20ad0f87d0028c90b570d9351024f4ae8ddcce13333df1cabd0e76e08b29063 sha512sums = 73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7
pkgname = rclone pkgname = rclone

View file

@ -6,17 +6,17 @@
# - 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.63.1 pkgver=1.64.0
pkgrel=1 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://github.com/rclone/rclone"
license=('MIT') license=('MIT')
depends=('glibc') 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=('fff03146ae7de4b47b883576b67852f9ff0558137ecb966300bd357c706d4b71c20ad0f87d0028c90b570d9351024f4ae8ddcce13333df1cabd0e76e08b29063') sha512sums=('73a09f6a3e64b61656fd937f08d71193fb806246e11347c2221dfaa85e9efce6c77567a48916f3b2cbccdc4dd542a500743a63cad441c63bd306bf56b1c9b0a7')
prepare() { prepare() {
cd "rclone-$pkgver" cd "rclone-$pkgver"