Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = anytype-bin
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.
pkgver = 0.48.5
pkgver = 0.49.2
pkgrel = 1
url = https://anytype.io/
arch = x86_64
Expand All @@ -10,13 +10,13 @@ pkgbase = anytype-bin
provides = anytype
conflicts = anytype
conflicts = anytype-legacy
noextract = Anytype-0.48.5.AppImage
noextract = Anytype-0.49.2.AppImage
options = !strip
options = !debug
source = Anytype-0.48.5.AppImage::https://github.com/anyproto/anytype-ts/releases/download/v0.48.5/Anytype-0.48.5.AppImage
source = Anytype-0.49.2.AppImage::https://github.com/anyproto/anytype-ts/releases/download/v0.49.2/Anytype-0.49.2.AppImage
source = anytype.desktop
source = anytype.png
sha256sums = 4b67f6e87265100f3fab7adf82bca2548acca5079d3f890bd29e4ac3ba851acd
sha256sums = 340f0fa33c1e9e82029645abcb5ab567f72b86279f96b94956d04b2eb2b05849
sha256sums = fe5e13adc759f7d93382733ba942b2a49f0ec4817a1be95e1ac6e7d1495002db
sha256sums = 7967ea7a9c6237f7a3d32a6d352d1ac7b18fc29b329e662141bc21bf89d32939

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: elementh <hello@lucasmarino.me>
pkgname=anytype-bin
pkgver=0.48.5
pkgver=0.49.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')
Expand All @@ -19,7 +19,7 @@ source=(
"anytype.png"
)
noextract=("${_appimage}")
sha256sums=('4b67f6e87265100f3fab7adf82bca2548acca5079d3f890bd29e4ac3ba851acd'
sha256sums=('340f0fa33c1e9e82029645abcb5ab567f72b86279f96b94956d04b2eb2b05849'
'fe5e13adc759f7d93382733ba942b2a49f0ec4817a1be95e1ac6e7d1495002db'
'7967ea7a9c6237f7a3d32a6d352d1ac7b18fc29b329e662141bc21bf89d32939')

Expand Down