summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8456d208ec8..74056e0b1fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = rclone-bin
pkgdesc = Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage.
pkgver = 1.41
pkgrel = 1
- url = http://rclone.org/
+ url = https://rclone.org/
arch = aarch64
license = MIT
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 3f5bf6069090..4277bfc0152b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage."
arch=('aarch64')
provides=('rclone')
-url="http://rclone.org/"
+url="https://rclone.org/"
license=('MIT')
depends=('glibc')
source_aarch64=("$pkgname-$pkgver.zip::https://github.com/ncw/rclone/releases/download/v$pkgver/rclone-v$pkgver-linux-arm64.zip")