[arch-commits] Commit in rclone/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 23 06:47:12 UTC 2020


    Date: Sunday, February 23, 2020 @ 06:47:12
  Author: felixonmars
Revision: 579396

upgpkg: rclone 1.51.0-2

add fuse2 as optdepend (FS#64922)

Modified:
  rclone/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 06:46:48 UTC (rev 579395)
+++ PKGBUILD	2020-02-23 06:47:12 UTC (rev 579396)
@@ -2,12 +2,13 @@
 
 pkgname=rclone
 pkgver=1.51.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage"
 arch=('x86_64')
 url="https://rclone.org/"
 license=('MIT')
 depends=('glibc')
+optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go-pie' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz")
 sha512sums=('b0881e09b75093abe4d31e95425a90513aed4a16d9e2dbf79023c9dc68875b90a1332204879530c450a16ab9cac475d967f7657d6f810a1e0f0d84b88d7de916')



More information about the arch-commits mailing list