Updated synology drive

This commit is contained in:
Felipe M 2022-04-07 20:19:40 +02:00
parent f5522d6e83
commit 10fc646341
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
5 changed files with 88 additions and 2 deletions

View File

@ -0,0 +1,16 @@
pkgbase = synology-drive
pkgdesc = Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers.
pkgver = 3.0.3_12689
pkgrel = 1
url = https://www.synology.com
arch = i686
arch = x86_64
license = custom
depends = glibc
optdepends = nautilus: For nautilus integration
source_i686 = https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.3-12689/Ubuntu/Installer/i686/synology-drive-client-12689.i686.deb
md5sums_i686 = e95f794cda90e9ccf83ea78aec089a1b
source_x86_64 = https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.3-12689/Ubuntu/Installer/x86_64/synology-drive-client-12689.x86_64.deb
md5sums_x86_64 = ec823fd4a8e8edc7d5cee6f809b6d36a
pkgname = synology-drive

View File

@ -0,0 +1,27 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.0.3_12689"
pkgrel="1"
pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
arch=('i686' 'x86_64')
url="https://www.synology.com"
license=('custom')
depends=('glibc' )
optdepends=('nautilus: For nautilus integration' )
conflicts=()
source=()
md5sums=()
source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.3-12689/Ubuntu/Installer/i686/synology-drive-client-12689.i686.deb)
md5sums_i686=('e95f794cda90e9ccf83ea78aec089a1b')
source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.3-12689/Ubuntu/Installer/x86_64/synology-drive-client-12689.x86_64.deb)
md5sums_x86_64=('ec823fd4a8e8edc7d5cee6f809b6d36a')
package() {
cd "${srcdir}"
tar -xJf data.tar.xz -C "${pkgdir}"
ls "${pkgdir}"
install -Dm 644 "${pkgdir}"/opt/Synology/SynologyDrive/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

View File

@ -0,0 +1,16 @@
pkgbase = synology-drive
pkgdesc = Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers.
pkgver = 3.1.0_12920
pkgrel = 1
url = https://www.synology.com
arch = i686
arch = x86_64
license = custom
depends = glibc
optdepends = nautilus: For nautilus integration
source_i686 = https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/i686/synology-drive-client-12920.i686.deb
md5sums_i686 = e54b9c56993d14449f398d47c32acae2
source_x86_64 = https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/x86_64/synology-drive-client-12920.x86_64.deb
md5sums_x86_64 = 738c18fd2ed29444e1de5ffd419797df
pkgname = synology-drive

View File

@ -0,0 +1,27 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.1.0_12920"
pkgrel="1"
pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
arch=('i686' 'x86_64')
url="https://www.synology.com"
license=('custom')
depends=('glibc' )
optdepends=('nautilus: For nautilus integration' )
conflicts=()
source=()
md5sums=()
source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/i686/synology-drive-client-12920.i686.deb)
md5sums_i686=('e54b9c56993d14449f398d47c32acae2')
source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/x86_64/synology-drive-client-12920.x86_64.deb)
md5sums_x86_64=('738c18fd2ed29444e1de5ffd419797df')
package() {
cd "${srcdir}"
tar -xJf data.tar.xz -C "${pkgdir}"
ls "${pkgdir}"
install -Dm 644 "${pkgdir}"/opt/Synology/SynologyDrive/LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

View File

@ -1,6 +1,6 @@
name = "synology-drive"
version = "3.0.2"
build_number = "12682"
version = "3.1.0"
build_number = "12920"
aur_build = "1"
description = "Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
license = "custom"