Fix options: Disable strip and debug

This commit is contained in:
Yakov Till 2025-12-14 01:09:13 +01:00
parent 290fde7a2b
commit 26967da0ed
2 changed files with 8 additions and 6 deletions

View file

@ -1,10 +1,11 @@
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.42
pkgdesc = Operating environment for the new internet (Anytype)
pkgver = 0.52.4
pkgrel = 1
url = https://github.com/anyproto/anytype-ts
url = https://anytype.io
arch = x86_64
license = custom
makedepends = jq
depends = bash
depends = glibc
depends = gcc-libs
@ -17,9 +18,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.42-alpha/anytype_0.51.42-alpha_amd64.deb
source = https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.51.42-alpha/LICENSE.md
sha256sums = 2c7bc06b1cd4df2bac3b24caa9f83c553101149dec843e55e876e6009c3655b1
source = anytype-0.52.4.deb::https://github.com/anyproto/anytype-ts/releases/download/v0.52.4/anytype_0.52.4_amd64.deb
source = LICENSE-0.52.4.md::https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.52.4/LICENSE.md
sha256sums = c6fb8aafde67db244503ac33f8c83bd7f58377963a9d61e2c44890883910dd2c
sha256sums = daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1
pkgname = anytype-alpha-bin

View file

@ -18,6 +18,7 @@ conflicts=('anytype'
'anytype-legacy'
'anytype-electron-bin'
'anytype-bin')
options=('!strip' '!debug')
source=(
"anytype-${pkgver}.deb::https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}/anytype_${pkgver}_amd64.deb"
"LICENSE-${pkgver}.md::https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v${pkgver}/LICENSE.md"