summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e4ec539953..048fa7f5342e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = rclone-bin
arch = aarch64
license = MIT
depends = glibc
+ provides = rclone
sha512sums = 4cf2fd6cacbb5760f099abd63d25eafb9ad70a1fdac3f680e5caeb643c1c5bcdc417eb50aed17d781c93d94f5b8158ff87691776eaa5560fef2b213685559ed4
source_aarch64 = rclone-bin-1.41.zip::https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-arm64.zip
diff --git a/PKGBUILD b/PKGBUILD
index 25ba4379f624..451410df2ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles,
Dropbox and Google Cloud Storage. This is a precompiled build that doesn't depend on pandoc or haskell."
arch=('aarch64')
+provides=('rclone')
url="http://rclone.org/"
license=('MIT')
depends=('glibc')