synology-drive: 3.2.1-13271

This commit is contained in:
Felipe M 2023-01-19 19:23:09 +01:00
parent 4c2044d1b1
commit c808afb339
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
3 changed files with 41 additions and 6 deletions

View File

@ -0,0 +1,13 @@
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.2.1_13271
pkgrel = 1
url = https://www.synology.com
arch = x86_64
license = custom
depends = glibc
optdepends = nautilus: For nautilus integration
source_x86_64 = https://global.download.synology.com/download/Utility/SynologyDriveClient/3.2.1-13271/Ubuntu/Installer/x86_64/synology-drive-client-13271.x86_64.deb
md5sums_x86_64 = 1f0ef71fac95217bc529ec3dbfc0e639
pkgname = synology-drive

View File

@ -0,0 +1,25 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.2.1_13271"
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=('x86_64')
url="https://www.synology.com"
license=('custom')
depends=('glibc' )
optdepends=('nautilus: For nautilus integration' )
conflicts=()
source=()
md5sums=()
source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.2.1-13271/Ubuntu/Installer/x86_64/synology-drive-client-13271.x86_64.deb)
md5sums_x86_64=('1f0ef71fac95217bc529ec3dbfc0e639')
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 @@
arch = ["i686", "x86_64"]
arch = ["x86_64"]
aur_build = "1"
build_number = "13258"
build_number = "13271"
conflicts = []
depends = ["glibc"]
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."
@ -8,14 +8,11 @@ license = "custom"
name = "synology-drive"
optdepends = ["nautilus: For nautilus integration"]
url = "https://www.synology.com"
version = "3.2.0"
version = "3.2.1"
[builder]
type = "debian"
[sources.i686]
url = "https://global.download.synology.com/download/Utility/SynologyDriveClient/{version}-{build_number}/Ubuntu/Installer/i686/synology-drive-client-{build_number}.i686.deb"
[sources.x86_64]
url = "https://global.download.synology.com/download/Utility/SynologyDriveClient/{version}-{build_number}/Ubuntu/Installer/x86_64/synology-drive-client-{build_number}.x86_64.deb"