Update AUR package

This commit is contained in:
EggBorn 2025-11-11 03:40:42 +00:00
parent 8a485b91fe
commit fb79a49610
2 changed files with 0 additions and 20 deletions

View file

@ -6,7 +6,6 @@ pkgbase = cherry-studio-bin
arch = x86_64
license = AGPL-3.0
depends = fuse2
conflicts = cherry-studio
noextract = cherry-studio-1.6.7.AppImage
options = !strip
options = !debug

View file

@ -15,25 +15,6 @@ source=("${_pkgname}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Che
"${_pkgname}.png"
"${pkgname}.sh")
noextract=("${_pkgname}-${pkgver}.AppImage")
conflicts=("$_pkgname")
package() {
cd "$srcdir"
# Create directories
install -dm755 "$pkgdir/usr/bin/$pkgname"
install -dm755 "$pkgdir/usr/share/applications"
install -dm755 "$pkgdir/usr/share/icons/hicolor/256x256/apps"
# Install AppImage
install -Dm755 "${_pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${_pkgname}.AppImage"
# Install icon
install -Dm644 "$_pkgname.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$_pkgname.png"
# Install desktop file
install -Dm644 "$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
# Install cherry-studio-bin.sh
install -m755 "${pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
}
sha256sums=('9c46679de366f0e1bef04cd75a18c879db70c0a2c8982c0adc69a0f4496e9568'
'fd0b11ca782c9c0de6dbf34143b7f14560b4a7020e316c58e9a5e1115551c7ee'
'597463003798254ab97505e2374485e55262152483f717f3169da3444de60f94'