Package Details: aliyundrive-webdav-bin 2.2.1-1

Git Clone URL: https://aur.archlinux.org/aliyundrive-webdav-bin.git (read-only, click to copy)
Package Base: aliyundrive-webdav-bin
Description: 阿里云盘 WebDAV 服务
Upstream URL: https://github.com/messense/aliyundrive-webdav
Licenses: MIT
Provides: aliyundrive-webdav
Submitter: ayatale
Maintainer: ayatale
Last Packager: ayatale
Votes: 1
Popularity: 0.000001
First Submitted: 2022-02-12 10:15 (UTC)
Last Updated: 2023-04-23 02:30 (UTC)

Latest Comments

linzuxuan commented on 2022-09-07 17:14 (UTC)

Zotero无法同步的问题,将其改为user service就可以了

tkit commented on 2022-08-05 07:45 (UTC)

Please add aarch64 architecture for archlinuxarm

diff --git a/PKGBUILD b/PKGBUILD
index 8dc0753..7f1ac5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,19 @@
 pkgname=aliyundrive-webdav-bin
 _pkgname=${pkgname%-bin}
 pkgver=1.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc="阿里云盘 WebDAV 服务"
-arch=("x86_64")
+arch=("x86_64" "aarch64")
 url="https://github.com/messense/aliyundrive-webdav"
 license=("MIT")
 depends=()
 provides=("${_pkgname}")
 options=("!strip" "emptydirs")
 install="${_pkgname}.install"
-source=("${url}/releases/download/v${pkgver}/aliyundrive-webdav_${pkgver}_amd64.deb")
-sha256sums=('7cc169e189cbb28621facedd6db2775a9471492dda14edd034785b047c3ab7d2')
+source_x86_64=("${url}/releases/download/v${pkgver}/aliyundrive-webdav_${pkgver}_amd64.deb")
+source_aarch64=("${url}/releases/download/v${pkgver}/aliyundrive-webdav_${pkgver}_arm64.deb")
+sha256sums_x86_64=('7cc169e189cbb28621facedd6db2775a9471492dda14edd034785b047c3ab7d2')
+sha256sums_aarch64=('39fe3d4d232a26e31017bc4bf13e20a5fd54a78e1fc486aa9009e797ed461a01')

 prepare() {
     mkdir ${srcdir}/build