From a7313922798bb1bff786e1d795d3beb64e37a2d3 Mon Sep 17 00:00:00 2001 From: EggBorn Date: Sun, 19 Oct 2025 22:13:21 +0000 Subject: [PATCH] Update AUR package --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 636313dc8c71..65cf1491ec8c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = cherry-studio-bin pkgdesc = 🍒 Cherry Studio is a desktop client that supports for multiple LLM providers - pkgver = 1.6.4 + pkgver = 1.6.5 pkgrel = 1 url = https://github.com/cherryHQ/cherry-studio arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = cherry-studio-bin conflicts = cherry-studio options = !strip options = !debug - source = cherry-studio-1.6.4.AppImage::https://github.com/cherryHQ/cherry-studio/releases/download/v1.6.4/Cherry-Studio-1.6.4-x86_64.AppImage + source = cherry-studio-1.6.5.AppImage::https://github.com/cherryHQ/cherry-studio/releases/download/v1.6.5/Cherry-Studio-1.6.5-x86_64.AppImage source = cherry-studio.desktop source = cherry-studio.png source = cherry-studio-bin.sh diff --git a/PKGBUILD b/PKGBUILD index 38dcc30536e4..7bf1c2409739 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=cherry-studio-bin _pkgname=cherry-studio -pkgver=1.6.4 +pkgver=1.6.5 pkgrel=1 pkgdesc="🍒 Cherry Studio is a desktop client that supports for multiple LLM providers " arch=('x86_64')