mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update AUR package
This commit is contained in:
parent
1696e0d17d
commit
976e984e85
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue