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 5eab4ceb2602..40f00821ddf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = rclone-bin
license = MIT
depends = glibc
provides = rclone
+ conflicts = rclone
source = https://raw.githubusercontent.com/ncw/rclone/v1.41/COPYING
sha256sums = 8cd2e9e750b90a04b7d82dbbca3930c696ae0309d7c10464f90a44f45754cd04
source_i686 = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-386.zip
diff --git a/PKGBUILD b/PKGBUILD
index b697fe5b83ad..53f787d0591d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage."
arch=('aarch64')
provides=('rclone')
+conflicts=('rclone')
url="https://rclone.org/"
license=('MIT')
depends=('glibc')