synology-drive: 3.4.0_15724-1

This commit is contained in:
Felipe M 2023-11-09 08:14:34 +01:00
parent 0839070159
commit 6b7371e7b8
4 changed files with 40 additions and 2 deletions

View File

@ -6,4 +6,4 @@ Helpers to generate AUR packages for Arch Linux.
| Name | Version | URL | AUR |
| -------------- | ----------- | ---------------------------------------------------------------------- | --------------------------------------------------------- |
| Synology Drive | 3.2.0-13238 | [Synology Drive](https://www.synology.com/en-global/dsm/feature/drive) | [AUR](https://aur.archlinux.org/packages/synology-drive/) |
| Synology Drive | 3.4.0-15724 | [Synology Drive](https://www.synology.com/en-global/dsm/feature/drive) | [AUR](https://aur.archlinux.org/packages/synology-drive/) |

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_15724
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-15724/Ubuntu/Installer/synology-drive-client-15724.x86_64.deb
md5sums_x86_64 = 0145fbc1bd83c9741b71abdec3d90d24
pkgname = synology-drive

View File

@ -0,0 +1,25 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="synology-drive"
pkgver="3.4.0_15724"
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-15724/Ubuntu/Installer/synology-drive-client-15724.x86_64.deb)
md5sums_x86_64=('0145fbc1bd83c9741b71abdec3d90d24')
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.4.0"
build_number = "15721"
build_number = "15724"
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."