diff --git a/.SRCINFO b/.SRCINFO index e4498118562b..04914ec72918 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ 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.197 - pkgrel = 2 + pkgver = 0.0.198 + pkgrel = 1 url = https://alma.now arch = x86_64 license = LicenseRef-custom @@ -36,9 +36,9 @@ pkgbase = alma-desktop-bin depends = libxkbcommon depends = systemd-libs depends = java-runtime - provides = alma=0.0.197 + provides = alma=0.0.198 conflicts = alma-appimage - source = https://github.com/yetone/alma-releases/releases/download/v0.0.197/alma-0.0.197-linux-amd64.deb - sha256sums = 5c4163bfdc70977426b249be6ab327fd676bd535f01150f5e89fedeba4214fd9 + source = https://github.com/yetone/alma-releases/releases/download/v0.0.198/alma-0.0.198-linux-amd64.deb + sha256sums = 17d1a1daf13db96b52e870f474656f92cf34e4f2d56f1d2e7e9dde0edea4d428 pkgname = alma-desktop-bin diff --git a/PKGBUILD b/PKGBUILD index f421b1799fc2..086cd933b133 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: huochenghai pkgname="alma-desktop-bin" -pkgver="0.0.197" -pkgrel=2 +pkgver="0.0.198" +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") url="https://alma.now" @@ -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=('5c4163bfdc70977426b249be6ab327fd676bd535f01150f5e89fedeba4214fd9') +sha256sums=('17d1a1daf13db96b52e870f474656f92cf34e4f2d56f1d2e7e9dde0edea4d428') prepare() { ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x