Package Details: spacedrive-bin 1:0.2.2-1

Git Clone URL: https://aur.archlinux.org/spacedrive-bin.git (read-only, click to copy)
Package Base: spacedrive-bin
Description: A file manager from the future.
Upstream URL: https://spacedrive.com
Keywords: file manager, rust
Licenses: AGPL3
Conflicts: spacedrive
Provides: spacedrive
Submitter: 0xnim
Maintainer: None
Last Packager: xrtxn
Votes: 3
Popularity: 0.020782
First Submitted: 2023-07-11 08:22 (UTC)
Last Updated: 2024-01-29 20:01 (UTC)

Pinned Comments

xrtxn commented on 2024-03-08 15:35 (UTC)

I currently can't update this package because onnxruntime 1.17.1 is needed but it is not yet available from the repositories.

Latest Comments

« First ‹ Previous 1 2

FabioLolix commented on 2023-10-11 17:12 (UTC)

There has been the first official release, alpha quality, pkgbuild up for grab here https://github.com/FabioLolix/AURFIX/blob/main/s/spacedrive-dev-bin/PKGBUILD

as spacedrive-dev-bin because it isn't a stable release yet

ochiman commented on 2023-09-06 15:57 (UTC) (edited on 2023-09-06 16:01 (UTC) by ochiman)

Sugestion to update to new version, fixed checksum

# Maintainer: Niklas Wojtkowiak <aur.7xcqe@passmail.com>
_pkgname='spacedrive'
pkgname="${_pkgname}-bin"
pkgver='2023.1.0c'
pkgrel=2.1
pkgdesc="A file manager from the future."
arch=('x86_64')
url="https://spacedrive.com"
_url_source='https://github.com/Nim1com/spacedrive'
license=('AGPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("$_url_source/releases/download/desktop@${pkgver}/data.tar.xz")
sha256sums=('49dfcf65a502c706bdd3b5bd4eef08950c09a42c8fe19e64cc5063bbc721c100')

package() {
  tar -xvf 'data.tar.xz' -C "${pkgdir}" --strip-components=1
  install -dv "${pkgdir}/usr/bin"
}

Missing dep

spacedrive: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

webkit2gtk

0xnim commented on 2023-07-11 15:17 (UTC)

I removed the LICENSE inside the repo. Yes this is not a official release. There is no official release on the AUR, that is why I made this. Once there is I will gladly disown the package.

FabioLolix commented on 2023-07-11 10:01 (UTC)

You don't have to upload standard licenses on the AUR git repo

FabioLolix commented on 2023-07-11 08:48 (UTC)

Hello, provides spacedrive is missing, looking further this isn't an official release, spacedrive don't have release at all for now, I have a local spacedrive-git pkgbuild but it don't build (fails something about prisma)

Please delete this