diff --git a/.SRCINFO b/.SRCINFO index 17ec3a27f98b..15d45be71e49 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.215 + pkgver = 0.0.216 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.215 + provides = alma=0.0.216 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.215/alma-0.0.215-linux-amd64.deb - sha256sums = 2210461747326e3007159d1648f0f2af60b9bcb050d13e7194084cadd4ed5e68 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.216/alma-0.0.216-linux-amd64.deb + sha256sums = 303e94801f0546a113efc4eb85e5bc91d3c6b88e44ef9d0cc88509b10f4ece2e pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index c102a125b3fc..48deb5640cff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.215" +pkgver="0.0.216" 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=('2210461747326e3007159d1648f0f2af60b9bcb050d13e7194084cadd4ed5e68') +sha256sums=('303e94801f0546a113efc4eb85e5bc91d3c6b88e44ef9d0cc88509b10f4ece2e') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x