diff --git a/.SRCINFO b/.SRCINFO index 958d87bcf0d7..0d64986c6677 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.234 + pkgver = 0.0.235 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.234 + provides = alma=0.0.235 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.234/alma-0.0.234-linux-amd64.deb - sha256sums = e03cff8f4c206ae869ea200d6431713bad1363cf979db0b75cf865b6110c8743 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.235/alma-0.0.235-linux-amd64.deb + sha256sums = 6582580c6d8a779c8868f5f5b7e8812c0a513218d6db36b0d68f50cd15de7a52 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index d312cdf663e9..47710397ed9a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.234" +pkgver="0.0.235" 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=('e03cff8f4c206ae869ea200d6431713bad1363cf979db0b75cf865b6110c8743') +sha256sums=('6582580c6d8a779c8868f5f5b7e8812c0a513218d6db36b0d68f50cd15de7a52') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x