Update AUR package

This commit is contained in:
EggBorn 2025-05-27 22:13:05 +00:00
parent 1696e0d17d
commit 976e984e85
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ pkgbase = cherry-studio-bin
url = https://github.com/cherryHQ/cherry-studio
arch = x86_64
license = custom
depends = fuse2
conflicts = cherry-studio
options = !strip
options = !debug

View file

@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/cherryHQ/cherry-studio"
license=('custom')
options=('!strip' '!debug')
depends=()
depends=('fuse2')
source=("${_pkgname}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Cherry-Studio-${pkgver}-${arch}.AppImage"
"${_pkgname}.desktop"
"${_pkgname}.png")