summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2018-05-17 16:35:17 -0700
committerRaansu2018-05-17 16:35:17 -0700
commit27e4b516401e052c6498f8173f3e3f9a61a782b6 (patch)
treed5316a3503668de0152eef89685395f287529971
parent02730f7f4a4c79a8985c8565cdcf8e2839c58e22 (diff)
downloadaur-27e4b516401e052c6498f8173f3e3f9a61a782b6.tar.gz
Fix newline in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419ebcb70ba0..d8456d208ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = rclone-bin
- 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.
+ 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/
diff --git a/PKGBUILD b/PKGBUILD
index 659cb7716f5b..3f5bf6069090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rclone-bin
pkgver=1.41
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."
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage."
arch=('aarch64')
provides=('rclone')
url="http://rclone.org/"