diff --git a/.SRCINFO b/.SRCINFO index 918ef9365aeb..9fcc2f07f5e1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = alma-desktop-bin pkgdesc = A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers. - pkgver = 0.0.243 + pkgver = 0.0.246 pkgrel = 1 url = https://alma.now arch = x86_64 @@ -36,9 +36,9 @@ pkgbase = alma-desktop-bin depends = libxkbcommon depends = systemd-libs depends = java-runtime - provides = alma=0.0.243 + provides = alma=0.0.246 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.243/alma-0.0.243-linux-amd64.deb - sha256sums = acb20d2bd971e11f71a2beec7f674a5210e30a0f669284f58f8510ef4d323122 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.246/alma-0.0.246-linux-amd64.deb + sha256sums = c4c7871c9b4a5ee4682022162a55eceb6178591bc0a60cbfdf94a80fa266b819 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index b7ab32390ee8..fe37483cbac8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.243" +pkgver="0.0.246" pkgrel=1 pkgdesc="A beautiful desktop application that unifies your AI experience. Seamlessly switch between OpenAI, Anthropic, Google Gemini, and custom providers." arch=("x86_64") @@ -12,7 +12,7 @@ provides=("alma=${pkgver}") conflicts=(alma-appimage) license=("LicenseRef-custom") source=("${_github_url}/releases/download/v${pkgver}/alma-${pkgver}-linux-amd64.deb") -sha256sums=('acb20d2bd971e11f71a2beec7f674a5210e30a0f669284f58f8510ef4d323122') +sha256sums=('c4c7871c9b4a5ee4682022162a55eceb6178591bc0a60cbfdf94a80fa266b819') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x