mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/rclone to 1.65.2-1
This commit is contained in:
parent
fd3f2c087e
commit
824cabd3e4
2 changed files with 5 additions and 5 deletions
|
@ -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.1
|
||||
pkgver = 1.65.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.65.1.tar.gz::https://github.com/rclone/rclone/archive/v1.65.1.tar.gz
|
||||
sha512sums = c5cc54c4282f3fdc3ad849480340b81fb957cba5d92f02ba36bd0ec3ca4d949670598ae100b54e09e6eae987c6fdb3118b9236a0cd0cb24da4bb7ade436a4fbf
|
||||
source = rclone-1.65.2.tar.gz::https://github.com/rclone/rclone/archive/v1.65.2.tar.gz
|
||||
sha512sums = 31680901176749a6a6636e2d879554612575bf4bdd20012114f0f5ec8d584043c6a80c24f3879381a735c1bfb69d5d191aa926930fd32a5d5b0ca47797c13d19
|
||||
|
||||
pkgname = rclone
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - remove rclone.1 MANUAL.html and MANUAL.txt targets from make in build()
|
||||
|
||||
pkgname=rclone
|
||||
pkgver=1.65.1
|
||||
pkgver=1.65.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=('c5cc54c4282f3fdc3ad849480340b81fb957cba5d92f02ba36bd0ec3ca4d949670598ae100b54e09e6eae987c6fdb3118b9236a0cd0cb24da4bb7ade436a4fbf')
|
||||
sha512sums=('31680901176749a6a6636e2d879554612575bf4bdd20012114f0f5ec8d584043c6a80c24f3879381a735c1bfb69d5d191aa926930fd32a5d5b0ca47797c13d19')
|
||||
|
||||
prepare() {
|
||||
cd "rclone-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue