mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Update to $NEW_VER
This commit is contained in:
parent
dd37b2ea54
commit
3ddc42e73a
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.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.183
|
||||
pkgver = 0.0.187
|
||||
pkgrel = 1
|
||||
url = https://alma.now
|
||||
arch = x86_64
|
||||
|
|
@ -36,8 +36,8 @@ pkgbase = alma-desktop-bin
|
|||
depends = libxkbcommon
|
||||
depends = systemd-libs
|
||||
depends = java-runtime
|
||||
provides = alma=0.0.183
|
||||
source = https://github.com/yetone/alma-releases/releases/download/v0.0.183/alma-0.0.183-linux-amd64.deb
|
||||
sha256sums = 123df58b767b0b736fb75cdd0126a4064a516f224ee1f2dd6436854cdb76630e
|
||||
provides = alma=0.0.187
|
||||
source = https://github.com/yetone/alma-releases/releases/download/v0.0.187/alma-0.0.187-linux-amd64.deb
|
||||
sha256sums = 78ddf3b5cd15198099f9bc2b5d0b4bef1b48f24f67043aa68697a4851c4d630a
|
||||
|
||||
pkgname = alma-desktop-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: huochenghai <huochenghai@gmail.com>
|
||||
pkgname="alma-desktop-bin"
|
||||
pkgver="0.0.183"
|
||||
pkgver="0.0.187"
|
||||
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=()
|
||||
license=("LicenseRef-custom")
|
||||
source=("${_github_url}/releases/download/v${pkgver}/alma-${pkgver}-linux-amd64.deb")
|
||||
sha256sums=('123df58b767b0b736fb75cdd0126a4064a516f224ee1f2dd6436854cdb76630e')
|
||||
sha256sums=('78ddf3b5cd15198099f9bc2b5d0b4bef1b48f24f67043aa68697a4851c4d630a')
|
||||
|
||||
prepare() {
|
||||
ar p alma-${pkgver}-linux-amd64.deb data.tar.xz | tar --zstd -x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue