From 1d653497a5d9078a10bba1e48aecb0af393cbb5d Mon Sep 17 00:00:00 2001 From: rooki Date: Sun, 30 Nov 2025 21:23:09 +0100 Subject: [PATCH] Updating package to 0.51.15 - 1 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6fd63266be2c..cf343f48a239 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = anytype-alpha-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.51.13 + pkgver = 0.51.15 pkgrel = 1 url = https://github.com/anyproto/anytype-ts arch = x86_64 @@ -17,9 +17,9 @@ pkgbase = anytype-alpha-bin conflicts = anytype-legacy conflicts = anytype-electron-bin conflicts = anytype-bin - source = https://github.com/anyproto/anytype-ts/releases/download/v0.51.13-alpha/anytype_0.51.13-alpha_amd64.deb - source = https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.51.13-alpha/LICENSE.md - sha256sums = 387bc13073a8233bb2312f4301677b7f704770cc6ec272589f53a57c681a5208 + source = https://github.com/anyproto/anytype-ts/releases/download/v0.51.15-alpha/anytype_0.51.15-alpha_amd64.deb + source = https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.51.15-alpha/LICENSE.md + sha256sums = 3bba161666448a729b928d1bf161947bdcf2fd7dd04d91afb32b3578aeb507eb sha256sums = daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1 pkgname = anytype-alpha-bin diff --git a/PKGBUILD b/PKGBUILD index 8648d2a38232..9ec49073e664 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,8 @@ pkgname=anytype-alpha-bin _pkgname=anytype -_truetag="-alpha" # Usually -alpha, but sometimes they do the next version as -beta ( blank is stable, this package only updates for alpha/beta versions ) which is weird -pkgver=0.51.13 +_truetag="-alpha" # Usually -alpha, but sometimes they do the next version as -beta which is weird ( blank is stable, this package only updates for alpha/beta versions ) +pkgver=0.51.15 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') @@ -24,7 +24,7 @@ source=( "https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}${_truetag}/anytype_${pkgver}${_truetag}_amd64.deb" "https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v${pkgver}${_truetag}/LICENSE.md" ) -sha256sums=('387bc13073a8233bb2312f4301677b7f704770cc6ec272589f53a57c681a5208' +sha256sums=('3bba161666448a729b928d1bf161947bdcf2fd7dd04d91afb32b3578aeb507eb' 'daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1') package() {