diff options
author | zxp19821005 | 2023-09-02 20:37:12 +0800 |
---|---|---|
committer | zxp19821005 | 2023-09-02 20:37:12 +0800 |
commit | 3c8f47cffcf7e60d24538793b706ea69a940928a (patch) | |
tree | af15ce743ad681729ff152c6fc8ab7bbf3ed1319 | |
parent | b96c47302009e46061e2d51a52c5eec4d9c8fc7d (diff) | |
download | aur-3c8f47cffcf7e60d24538793b706ea69a940928a.tar.gz |
fix errors
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = affine-bin pkgdesc = There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. pkgver = 0.8.3 - pkgrel = 1 + pkgrel = 2 url = https://affine.pro/ arch = x86_64 license = MPL2 @@ -13,10 +13,10 @@ pkgbase = affine-bin provides = affine=0.8.3 conflicts = affine source = affine-0.8.3.zip::https://github.com/toeverything/AFFiNE/releases/download/v0.8.3/affine-stable-linux-x64.zip - source = LICENSE::https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE + source = LICENSE::https://raw.githubusercontent.com/toeverything/AFFiNE/v0.8.3/LICENSE source = affine.sh sha256sums = eeb6d8f48e3236c5be94a1698299e45c474142c3e560524422a07f359bf473f9 - sha256sums = 91b2b15b405f2242ceaf5032d70cde3b501fa7006db7246af510732045a12552 + sha256sums = 81b2d1b5306fb6a9a9624cf94d455af1717272f564cbc91000f0a4783144c5f6 sha256sums = 9bdd246816ac00adc1c7d97a288f12e55d5bf6899ab5f330c08cde479e079561 pkgname = affine-bin @@ -2,7 +2,7 @@ pkgname=affine-bin _appname=AFFiNE pkgver=0.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use." arch=('x86_64') url="https://affine.pro/" @@ -13,10 +13,10 @@ conflicts=("${pkgname%-bin}") depends=('bash' 'electron26' 'sqlite') makedepends=('asar' 'gendesk') source=("${pkgname%-bin}-${pkgver}.zip::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}-stable-linux-x64.zip" - "LICENSE::https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE" + "LICENSE::https://raw.githubusercontent.com/toeverything/AFFiNE/v${pkgver}/LICENSE" "${pkgname%-bin}.sh") sha256sums=('eeb6d8f48e3236c5be94a1698299e45c474142c3e560524422a07f359bf473f9' - '91b2b15b405f2242ceaf5032d70cde3b501fa7006db7246af510732045a12552' + '81b2d1b5306fb6a9a9624cf94d455af1717272f564cbc91000f0a4783144c5f6' '9bdd246816ac00adc1c7d97a288f12e55d5bf6899ab5f330c08cde479e079561') prepare() { asar pack "${srcdir}/${_appname}-linux-x64/resources/app" "${srcdir}/${pkgname%-bin}.asar" |