update: synology-drive 3.2.1-13272

This commit is contained in:
Felipe M 2023-04-05 18:16:32 +02:00
parent c808afb339
commit 29612574b0
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
3 changed files with 40 additions and 2 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_13272
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-13272/Ubuntu/Installer/x86_64/synology-drive-client-13272.x86_64.deb
md5sums_x86_64 = 9237ef0ba6ccecdb811c9e8497a6532d
pkgname = synology-drive

View File

@ -0,0 +1,25 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.2.1_13272"
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-13272/Ubuntu/Installer/x86_64/synology-drive-client-13272.x86_64.deb)
md5sums_x86_64=('9237ef0ba6ccecdb811c9e8497a6532d')
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,7 @@
arch = ["x86_64"]
aur_build = "1"
build_number = "13271"
version = "3.2.1"
build_number = "13272"
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,7 +9,6 @@ license = "custom"
name = "synology-drive"
optdepends = ["nautilus: For nautilus integration"]
url = "https://www.synology.com"
version = "3.2.1"
[builder]
type = "debian"