summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFFY002018-05-19 22:50:00 +0100
committerFFY002018-05-19 22:50:00 +0100
commitb6b7df2d01a76760ba8933fe8f66673a473eb270 (patch)
tree4fc6894e7af99ca9e0f792e1aabbe523e94779a2 /PKGBUILD
parent0a423fadbd96601f7cb2a77720ce2a0f14739b1f (diff)
downloadaur-b6b7df2d01a76760ba8933fe8f66673a473eb270.tar.gz
pkgbuild: change version format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62d59974a723..6131ff3c5a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: Lev Lybin <aur@devtrue.net>
+# Maintainer: Filipe LaĆ­ns <filiipe.lains@gmail.com>
+# Contributor: Lev Lybin <aur@devtrue.net>
pkgname=synology-cloud-station-drive
-pkgver=4408
-_sver=4.2.6
+_iver=4408
+_rver=4.2.6
+pkgver=$_rver.$_iver
pkgrel=1
pkgdesc="An application which sync files between your computers and Synology NAS"
arch=('i686' 'x86_64')
@@ -11,9 +13,9 @@ license=('unknown')
optdepends=('nautilus: For nautilus integration')
install=synology-cloud-station-drive.install
-source_x86_64=(https://global.download.synology.com/download/Tools/CloudStationDrive/${_sver}-${pkgver}/Ubuntu/Installer/x86_64/synology-cloud-station-drive-${pkgver}.x86_64.deb)
+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)
md5sums_x86_64=('f448f9729ad8d89cb0700dea249a4482')
-source_i686=(https://global.download.synology.com/download/Tools/CloudStationDrive/${_sver}-${pkgver}/Ubuntu/Installer/i686/synology-cloud-station-drive-${pkgver}.i686.deb)
+source_i686=(https://global.download.synology.com/download/Tools/CloudStationDrive/${_rver}-${_iver}/Ubuntu/Installer/i686/synology-cloud-station-drive-${_iver}.i686.deb)
md5sums_i686=('b0e0f7857703594db75fc13e6ba73330')