Package Details: anytype-bin 0.39.0-2

Git Clone URL: https://aur.archlinux.org/anytype-bin.git (read-only, click to copy)
Package Base: anytype-bin
Description: Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users.
Upstream URL: https://anytype.io/
Keywords: organization privacy zettelkasten
Licenses: custom
Conflicts: anytype, anytype-legacy
Provides: anytype
Submitter: elementh
Maintainer: elementh
Last Packager: elementh
Votes: 20
Popularity: 1.77
First Submitted: 2021-07-24 07:53 (UTC)
Last Updated: 2024-04-16 17:24 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Pinned Comments

elementh commented on 2023-06-15 16:10 (UTC)

IMPORTANT: MIGRATION

If you are coming from the > 0.3.2 BETA please read the instructions:

  1. Install anytype-legacy
  2. Follow the instructions HERE: https://community.anytype.io/t/anytype-legacy-to-beta-migration-trail-guide/9274 UP to the point 2., BUT NOT 3.
  3. Now install anytype-bin (this package) and now you can follow point 3. and login with the recovery phrase.

Thanks.

Latest Comments

1 2 3 Next › Last »

superpupervlad commented on 2024-03-28 20:53 (UTC)

@VXDraco This is the problem with makepkg. Quick workaround is to add options=('!debug')

source: https://gitlab.archlinux.org/pacman/pacman/-/issues/114

VXDraco commented on 2024-03-21 19:30 (UTC)

I've had to downgrade to 0.38.0-1 because this doesn't launch after upgrading to version 0.39.0-1, I just get an error:

This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory

updower commented on 2023-12-22 20:24 (UTC)

The application offers to update and the package manager shows that the package is outdated. Could you please update the package

AsukaMinato commented on 2023-10-29 06:58 (UTC)

I made a package which uses system electron, reduce 200M size.

https://aur.archlinux.org/packages/anytype-electron-bin , for reference.

saschabaer commented on 2023-10-02 17:44 (UTC)

if i try to update to from 0.32.3-1 i get the following error:

could not satisfy dependencies: - unable to satisfy dependency 'jre=19.0.2-1' required by jdk

However jre 19.0.2-1 ist installed. So it shouldn't be a problem. Any help? Thx in advance!

Jubran commented on 2023-09-27 16:37 (UTC)

I had to SKIP integrity checks because the checksum test keep failing, even from @EojjN comment.

EojjN commented on 2023-09-27 09:56 (UTC) (edited on 2023-09-27 09:57 (UTC) by EojjN)

Here, I swapped 0.35.0 to 0.35.2 (latest version)


pkgname=anytype-bin
pkgver=0.35.2
pkgrel=1
pkgdesc="Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users."
arch=('x86_64')
url="https://anytype.io/"
license=('custom')
depends=('fuse')
options=(!strip)
optdepends=('org.freedesktop.secrets: for not having to sign in each time')
provides=('anytype')
conflicts=('anytype'
           'anytype-legacy')
_appimage="Anytype-${pkgver}.AppImage"
source=(
    "Anytype-${pkgver}.AppImage::https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${pkgver}.AppImage"
    "anytype.desktop"
    "anytype.png"
    )
noextract=("${_appimage}")
sha256sums=('d23b46078bee1b52f223a9ab5cf25f45f513f31902b4bfe30e35536882243c84'
            '1bda1398291bed84ebee1d2c3e94b4c367925a8e2c0bd371aba8d6604e54281f'
            '48ee23a45c29cf081ccf5188c045150b7410007cd21743ce8592974ab18120c0')

package() {
    install -Dm755 $_appimage "$pkgdir"/usr/bin/anytype
    chmod +x "${pkgdir}/usr/bin/anytype"

    install -Dm644 "anytype.desktop"                    "${pkgdir}/usr/share/applications/anytype.desktop"
    install -Dm644 "anytype.png"                        "${pkgdir}/usr/share/icons/hicolor/128x128/apps/anytype.png"
}

quio commented on 2023-09-22 16:08 (UTC) (edited on 2023-09-22 16:09 (UTC) by quio)

Hello

Could you change the exec inside the .desktop file from Exec=anytype to Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 anytype to disable the recuring promt to integrate the appimage with the system? I've taken the command from here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=joplin-appimage.

Thank you.

bannert commented on 2023-09-21 11:21 (UTC)

Updates are delayed by dates. The in-built updater doesn't work and after restart it remains on the same version.

TheSilentDrifter commented on 2023-08-17 17:20 (UTC) (edited on 2023-08-17 17:22 (UTC) by TheSilentDrifter)

This package is out-of-date. Version 0.34.3 was released on August 15, 2023. I am happy to help maintain this, if you need some help.