update: synology-drive 3.3.0-15082

This commit is contained in:
Felipe M 2023-05-09 09:04:35 +02:00
parent 29612574b0
commit ad9a2a7a22
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.3.0_15082
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.3.0-15082/Ubuntu/Installer/x86_64/synology-drive-client-15082.x86_64.deb
md5sums_x86_64 = 8566e08192283b395d057aa975a8437b
pkgname = synology-drive

View File

@ -0,0 +1,25 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.3.0_15082"
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.3.0-15082/Ubuntu/Installer/x86_64/synology-drive-client-15082.x86_64.deb)
md5sums_x86_64=('8566e08192283b395d057aa975a8437b')
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.2.1"
build_number = "13272"
version = "3.3.0"
build_number = "15082"
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."