diff --git a/README.md b/README.md index 6c6f2de..6dbd9ef 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Helpers to generate AUR packages for Arch Linux. | Name | Version | URL | AUR | | -------------------- | ----------- | ---------------------------------------------------------------------- | --------------------------------------------------------- | | Jrnl (isolated venv) | 2.0.1-1 | [jrnl.sh](https://jrnl.sh) | [AUR](https://aur.archlinux.org/packages/jrnl-venv-bin) | -| Synology Drive | 2.0.0-11050 | [Synology Drive](https://www.synology.com/en-global/dsm/feature/drive) | [AUR](https://aur.archlinux.org/packages/synology-drive/) | +| Synology Drive | 2.0.1-11061 | [Synology Drive](https://www.synology.com/en-global/dsm/feature/drive) | [AUR](https://aur.archlinux.org/packages/synology-drive/) | diff --git a/synology-drive/builds/2.0.1-11061/.SRCINFO b/synology-drive/builds/2.0.1-11061/.SRCINFO new file mode 100644 index 0000000..d8ce43b --- /dev/null +++ b/synology-drive/builds/2.0.1-11061/.SRCINFO @@ -0,0 +1,23 @@ +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 = 2.0.1 + pkgrel = 11061 + url = https://www.synology.com + arch = i686 + arch = x86_64 + license = unknown + depends = glibc + depends = libsm + depends = binutils + depends = fontconfig + optdepends = nautilus: For nautilus integration + conflicts = cloudstation-beta + conflicts = cloudstation-3.0 + conflicts = cloudstation-drive + source_i686 = https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.1-11061/Ubuntu/Installer/i686/synology-drive-client-11061.i686.deb + md5sums_i686 = d2539d21a7241d6fd6816cf80705e860 + source_x86_64 = https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.1-11061/Ubuntu/Installer/x86_64/synology-drive-client-11061.x86_64.deb + md5sums_x86_64 = 40e1b06a6b161cd02eaf728774d92052 + +pkgname = synology-drive + diff --git a/synology-drive/builds/2.0.1-11061/PKGBUILD b/synology-drive/builds/2.0.1-11061/PKGBUILD new file mode 100644 index 0000000..1a49d0e --- /dev/null +++ b/synology-drive/builds/2.0.1-11061/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: Felipe Martin + +pkgname="synology-drive" +pkgver="2.0.1" +pkgrel="11061" +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=('i686' 'x86_64') +url="https://www.synology.com" +license=('unknown') +depends=('glibc' 'libsm' 'binutils' 'fontconfig') +optdepends=('nautilus: For nautilus integration') +conflicts=('cloudstation-beta' 'cloudstation-3.0' 'cloudstation-drive') +source=() +md5sums=() + +source_i686=(https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.1-11061/Ubuntu/Installer/i686/synology-drive-client-11061.i686.deb) +md5sums_i686=('d2539d21a7241d6fd6816cf80705e860') + +source_x86_64=(https://global.download.synology.com/download/Tools/SynologyDriveClient/2.0.1-11061/Ubuntu/Installer/x86_64/synology-drive-client-11061.x86_64.deb) +md5sums_x86_64=('40e1b06a6b161cd02eaf728774d92052') + +prepare() { + cd "$srcdir" + mkdir -p data + ar x synology-drive-* + xz -d data.tar.xz + tar xf data.tar --directory data +} + +package() { + cp -r "$srcdir/data/opt" "$pkgdir/opt" + cp -r "$srcdir/data/usr" "$pkgdir/usr" +} diff --git a/synology-drive/package.toml b/synology-drive/package.toml index d1d213d..54b0d16 100644 --- a/synology-drive/package.toml +++ b/synology-drive/package.toml @@ -1,6 +1,6 @@ name = "synology-drive" -version = "2.0.0" -build_number = "11050" +version = "2.0.1" +build_number = "11061" 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." license = "unknown" url = "https://www.synology.com"