summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaansu-auto2018-05-20 23:03:22 -0700
committerRaansu-auto2018-05-20 23:03:22 -0700
commiteb312e03cc3c40c3f4bed764a290c9c76a5fa9ae (patch)
tree40c4d2723951c11ce51afa1f85d373fdbd667b9f /PKGBUILD
parenta004fa1e8fedcd96b38bec3801ebe260c68899e6 (diff)
downloadaur-eb312e03cc3c40c3f4bed764a290c9c76a5fa9ae.tar.gz
Add rclone to conflicts, don't install rclone-bin if rclone is already installed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
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')