Package Details: seadrive-daemon 3.0.23-1

Git Clone URL: https://aur.archlinux.org/seadrive-daemon.git (read-only, click to copy)
Package Base: seadrive-daemon
Description: SeaDrive daemon with FUSE interface
Upstream URL: https://github.com/haiwen/seadrive-fuse
Keywords: seadrive-fuse seafile
Licenses: GPL-3.0-only
Submitter: eolianoe
Maintainer: None
Last Packager: piater
Votes: 10
Popularity: 0.53
First Submitted: 2017-05-30 07:58 (UTC)
Last Updated: 2026-06-05 12:58 (UTC)

Latest Comments

1 2 Next › Last »

piater commented on 2026-07-13 15:14 (UTC)

Just disowned this package as announced. So long...

FWIW it has taken very low effort to maintain.

piater commented on 2026-03-20 14:14 (UTC)

My use case for this package will go away in a few months, and I won't be able to test it anymore. Any new maintainer willing to step up?

piater commented on 2025-01-25 08:31 (UTC)

@xiota, namcap confirmed (I hadn't noticed because it builds fine in a clean chroot for me) and also uncovered a bad license ID. I fixed both. Thanks!

piater commented on 2022-12-20 16:44 (UTC) (edited on 2022-12-20 16:46 (UTC) by piater)

Hi from your new maintainer. Since 2.0.22-2 this package is built from source instead of harvesting a .deb, simplifying the dependencies.

This package should probably be renamed to seadrive-fuse, as this is what the upstream repo is called. The name seadrive-daemon was inherited from the official .deb (built by the upstream company); it also appears in the usage description. The provided executable is just named seadrive.

viralatas commented on 2022-11-27 09:43 (UTC) (edited on 2022-11-27 09:44 (UTC) by viralatas)

@piater...yes please...adopt it !!!!

piater commented on 2022-11-18 08:38 (UTC)

@C0gnitiveFl0w, are you still maintaining this package? Otherwise I'd like to adopt it.

As amply documented in the Comments, it does not currently build. Moreover, I see no reason to resort to Debian's build; it easily builds from source, without -compat and openssl-1.0 dependencies. I have a working PKGBUILD in local use and would like to transition this package to it.

SagnikS commented on 2022-10-29 14:48 (UTC)

Could we, by any chance, switch the dependency from libevent-compat to libevent? libevent-compat seems to be broken, and the libevent version seems to work perfectly.

sudoLife commented on 2022-05-15 09:10 (UTC) (edited on 2022-05-15 09:23 (UTC) by sudoLife)

There is once again a version mismatch: only 2.0.15 exists on Ubuntu's servers.

Perhaps it is time to change upstream to seadrive's github?

The following changes fix the problem:

5c5
< pkgver=2.0.16
---
> pkgver=2.0.15
14c14
< sha256sums=('d635d8d679c689d3abe0cf6a3ef4509c3fd5326690e9f887689415c289f93521')
---
> sha256sums=('ecf52a12de7cdbd816f75fd5d87449224f4fad4cfcc73f56955554f3c8ce0156')

seekstar commented on 2022-02-19 06:08 (UTC) (edited on 2022-02-19 06:17 (UTC) by seekstar)

For this error:

libevent-2.0.22-stable.tar.gz due of uknown public key 910397D88D29319A

t123yh provides a solution in a comment in https://aur.archlinux.org/packages/libevent-compat:

gpg --keyserver keyserver.ubuntu.com --recv 8D29319A

It works for me, though I don't know whether there is any security issue with it.

Edit: Found a nice article about gpg keys: https://forum.manjaro.org/t/aur-package-fails-to-verify-pgp-gpg-key-unknown-public-key-one-or-more-pgp-signatures-could-not-be-verified/6663