update: synology-drive 3.4.0-15721

This commit is contained in:
Felipe M 2023-10-22 09:12:19 +02:00
parent ad9a2a7a22
commit 0839070159
3 changed files with 41 additions and 3 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.4.0_15721
pkgrel = 1
url = https://www.synology.com
arch = x86_64
license = custom
depends = glibc
optdepends = nautilus: For nautilus integration
source_x86_64 = https://global.synologydownload.com/download/Utility/SynologyDriveClient/3.4.0-15721/Ubuntu/Installer/synology-drive-client-15721.x86_64.deb
md5sums_x86_64 = 93fbbbfef589ed88d108818e8c6ae0e8
pkgname = synology-drive

View File

@ -0,0 +1,25 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.4.0_15721"
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.synologydownload.com/download/Utility/SynologyDriveClient/3.4.0-15721/Ubuntu/Installer/synology-drive-client-15721.x86_64.deb)
md5sums_x86_64=('93fbbbfef589ed88d108818e8c6ae0e8')
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,7 +1,7 @@
arch = ["x86_64"]
aur_build = "1"
version = "3.3.0"
build_number = "15082"
version = "3.4.0"
build_number = "15721"
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."
@ -14,7 +14,7 @@ url = "https://www.synology.com"
type = "debian"
[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"
url = "https://global.synologydownload.com/download/Utility/SynologyDriveClient/{version}-{build_number}/Ubuntu/Installer/synology-drive-client-{build_number}.x86_64.deb"
[test]
command = "synology-drive"