summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-11 16:22:52 +0100
committerFFY002018-07-11 16:22:52 +0100
commit8191b60d3ce9328ab095b600b197b43ec6090d3a (patch)
tree85b79745ba84553efabb71901c08b592ba8d9680
parent7e94a1173f35695919fc0202dbe85c48e1a9fc01 (diff)
downloadaur-8191b60d3ce9328ab095b600b197b43ec6090d3a.tar.gz
pkgbuild: add quotes to url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e3bf982317..7ec39a57c468 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = synology-cloud-station-drive
arch = i686
arch = x86_64
license = Custom
- optdepends = nautilus: For nautilus integration
+ optdepends = nautilus: Nautilus integration
source_i686 = https://global.download.synology.com/download/Tools/CloudStationDrive/4.2.7-4415/Ubuntu/Installer/i686/synology-cloud-station-drive-4415.i686.deb
sha256sums_i686 = 9a7b088d26edc3f53928818dd48a244cc75c0afd552231c67046692781e7e786
source_x86_64 = https://global.download.synology.com/download/Tools/CloudStationDrive/4.2.7-4415/Ubuntu/Installer/x86_64/synology-cloud-station-drive-4415.x86_64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 77ccf3c57f8c..8c829d9a3300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ pkgdesc="An application which sync files between your computers and Synology NAS
arch=('i686' 'x86_64')
url="https://www.synology.com/en-global/releaseNote/CloudStationDrive"
license=('Custom')
-optdepends=('nautilus: For nautilus integration')
-source_x86_64=(https://global.download.synology.com/download/Tools/CloudStationDrive/${_rver}-${_iver}/Ubuntu/Installer/x86_64/synology-cloud-station-drive-${_iver}.x86_64.deb)
+optdepends=('nautilus: Nautilus integration')
+source_x86_64=("https://global.download.synology.com/download/Tools/CloudStationDrive/${_rver}-${_iver}/Ubuntu/Installer/x86_64/synology-cloud-station-drive-${_iver}.x86_64.deb")
sha256sums_x86_64=('9caeff7d7a5331150531a2dda492a74672082550d57463c8d122452dcb7bc5d7')
-source_i686=(https://global.download.synology.com/download/Tools/CloudStationDrive/${_rver}-${_iver}/Ubuntu/Installer/i686/synology-cloud-station-drive-${_iver}.i686.deb)
+source_i686=("https://global.download.synology.com/download/Tools/CloudStationDrive/${_rver}-${_iver}/Ubuntu/Installer/i686/synology-cloud-station-drive-${_iver}.i686.deb")
sha256sums_i686=('9a7b088d26edc3f53928818dd48a244cc75c0afd552231c67046692781e7e786')
prepare() {