diff --git a/.SRCINFO b/.SRCINFO index adc1cee966a9..996ebe6865d9 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.218 + pkgver = 0.0.220 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.218 + provides = alma=0.0.220 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.218/alma-0.0.218-linux-amd64.deb - sha256sums = 89c3f483d69fc977644e5eddbcb296c380a569a9f63734c5d75ace5083659723 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.220/alma-0.0.220-linux-amd64.deb + sha256sums = 26239fd5fe3cee8bd10234c9a908f6a189199d741ee30cabe0f2acdf5e69ea6d pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 96a2bb3d7482..dd78003345cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.218" +pkgver="0.0.220" 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=('89c3f483d69fc977644e5eddbcb296c380a569a9f63734c5d75ace5083659723') +sha256sums=('26239fd5fe3cee8bd10234c9a908f6a189199d741ee30cabe0f2acdf5e69ea6d') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x