diff --git a/.SRCINFO b/.SRCINFO index 3b33dd7b027f..feb1662cb5d8 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.232 + pkgver = 0.0.233 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.232 + provides = alma=0.0.233 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.232/alma-0.0.232-linux-amd64.deb - sha256sums = ecc24eb9692742000adc240c58469735853d7462509c7869c5a27451b8d8b615 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.233/alma-0.0.233-linux-amd64.deb + sha256sums = ceb98a4f545a2d9ef7d02b5d4adf38f08095e832224e916d416044c96b7bc9a2 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index 2f93f4799e7b..78e23010abc6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.232" +pkgver="0.0.233" 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=('ecc24eb9692742000adc240c58469735853d7462509c7869c5a27451b8d8b615') +sha256sums=('ceb98a4f545a2d9ef7d02b5d4adf38f08095e832224e916d416044c96b7bc9a2') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x