summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorashprice2024-03-13 09:46:43 +0000
committerashprice2024-03-13 09:46:43 +0000
commite3f4bebacda1a9cb4265aa8c5624f18963a35e4f (patch)
tree5728663badb93b3d61dadf585ed6fcdc0b0ea803
parent907b69bd12baf6b2f7bdfb516af60048a4625f5f (diff)
downloadaur-e3f4bebacda1a9cb4265aa8c5624f18963a35e4f.tar.gz
Version bumped to 0.39.1-alpha
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907e9ec56172..b59052a80e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anytype-electron-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.38.36
+ pkgver = 0.39.1
pkgrel = 1
url = https://anytype.io/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = anytype-electron-bin
provides = anytype
conflicts = anytype
conflicts = anytype-legacy
- source = https://github.com/anyproto/anytype-ts/releases/download/v0.38.36-beta/anytype_0.38.36-beta_amd64.deb
- sha256sums = 29cd19fbcdb89998fcc20189f4ee87fdc114741ef849f70ebd646a39284adcf0
+ source = https://github.com/anyproto/anytype-ts/releases/download/v0.39.1-alpha/anytype_0.39.1-alpha_amd64.deb
+ sha256sums = e903d19310915b6a5f322675e02ade1afa00b59387f2fcc3845caccee372749e
pkgname = anytype-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e94298f8cbf..6837e1afe861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
# 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
+# 2. Follow the instructions HERE: https://community.anytype.io/t/anytype-legacy-to-alpha-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.
#
pkgname=anytype-electron-bin
-pkgver=0.38.36
+pkgver=0.39.1
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')
@@ -29,9 +29,9 @@ provides=('anytype')
conflicts=('anytype'
'anytype-legacy')
source=(
- "https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}-beta/anytype_${pkgver}-beta_amd64.deb"
+ "https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}-alpha/anytype_${pkgver}-alpha_amd64.deb"
)
-sha256sums=('29cd19fbcdb89998fcc20189f4ee87fdc114741ef849f70ebd646a39284adcf0')
+sha256sums=('e903d19310915b6a5f322675e02ade1afa00b59387f2fcc3845caccee372749e')
package() {
tar -xvf data.tar.* -C $pkgdir