Package Details: anytype-electron-bin 0.43.11-1

Git Clone URL: https://aur.archlinux.org/anytype-electron-bin.git (read-only, click to copy)
Package Base: anytype-electron-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/
Licenses: custom
Conflicts: anytype, anytype-legacy
Provides: anytype
Submitter: AsukaMinato
Maintainer: hearth (aperez)
Last Packager: hearth
Votes: 5
Popularity: 0.35
First Submitted: 2023-10-29 06:53 (UTC)
Last Updated: 2024-11-06 18:16 (UTC)

Pinned Comments

hearth commented on 2023-12-30 22:17 (UTC)

MIGRATION

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

Install anytype-legacy
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.
Now install anytype-bin (this package) and now you can follow point 3. and login with the recovery phrase.

Latest Comments

1 2 3 Next › Last »

hearth commented on 2024-10-15 15:13 (UTC)

Version bumped. Sorry about it taking a couple of days again - I have been unusually busy.

siliconmeadow commented on 2024-10-15 04:31 (UTC)

Here's the diff to bump to 0.42.38:

diff --git a/PKGBUILD b/PKGBUILD
index eaf5572..9da0c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
 # Thanks.
 #                                            
 pkgname=anytype-electron-bin
-pkgver=0.42.33
+pkgver=0.42.38
 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')
@@ -30,7 +30,7 @@ conflicts=('anytype'
 source=(
    "https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}-beta/anytype_${pkgver}-beta_amd64.deb"
 )
-sha256sums=('8c1ab42d184602d709a5b86b3bd33f84d49e2b562a065cea6466f5d66185ea77')
+sha256sums=('d13d23a4c996f116e00cc3f1e7cf9caf01c89349662677f5e655f8f2ac34e73d')

 package() {
    bsdtar -xf data.tar.* -C $pkgdir

hemi03 commented on 2024-10-14 19:42 (UTC)

Anytype removed the current version again. The download is broken.

hearth commented on 2024-09-26 22:09 (UTC)

I have bumped the version. Thanks for letting me know.

hemi03 commented on 2024-09-26 19:16 (UTC)

The Pakage is broken. The version 0.42.14-alpha_amd64 cant be fetched from the github cause its been removed.


curl: (22) The requested URL returned error: 404
==> FEHLER: Fehler beim Download von https://github.com/anyproto/anytype-ts/releases/download/v0.42.14-alpha/anytype_0.42.14-alpha_amd64.deb
    Breche ab...

hearth commented on 2024-08-28 14:25 (UTC)

@geekmiki I have updated the checksum. I apologize for the oversight.

geekmiki commented on 2024-08-27 19:37 (UTC)

Latest version (0.42.11-1) gives following error: ==> ERROR: One or more files did not pass the validity check!

hearth commented on 2024-07-18 11:59 (UTC) (edited on 2024-07-18 12:00 (UTC) by hearth)

Very nice. I might use that myself until I can figure out a fix for this one (it will be slow going as I am dealing with some electrical work and family etc.) I will still test that this one works before bumping versions.

I am not personally bothered about using the bundled or system electron, it is just what the original packager of this package went with, and I (a) didn't want to change it because of that and (b) felt that there was a risk of overduplication (initially it wasn't clear to me that elementh was only bumping main versions, especially given you can switch between them in the app). The space saving of using system electron is nice, though.

Regarding (a), if I changed the package, the name ought be changed and a different package created, so exactly what you have done. (Also: thanks, you made me realize that while I don't care about giving verbose output, some might do - I guess the original packager had that in there to check the output.)

That1Calculator commented on 2024-07-17 22:11 (UTC)

Since the files directly from the .deb work with electon31, I made https://aur.archlinux.org/packages/anytype-alpha-bin which works w/o electron27 or a custom launch script

That1Calculator commented on 2024-07-17 19:22 (UTC)

I am assuming that this issue is reproducible for other people, but I have been unable to test in a virtual environment yet.

Yep :(