Update AUR package

This commit is contained in:
neko_ayaya 2026-01-23 16:35:26 +00:00
parent 5274377f59
commit 811ea1d4bd
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = aionui-bin
pkgdesc = Transform your command-line experience into a modern, efficient AI Chat interface.
pkgver = 1.7.4
pkgrel = 1
pkgrel = 2
url = https://github.com/iOfficeAI/AionUi
arch = x86_64
license = unknown
@ -13,6 +13,6 @@ pkgbase = aionui-bin
provides = aionui
conflicts = aionui
source_x86_64 = aionui_1.7.4_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.7.4/AionUi-1.7.4-linux-amd64.deb
sha256sums_x86_64 = ddf3d8737f3970cdd834716b385c387eec982bb8d98d8d7f4592eb2e642f2d92
sha256sums_x86_64 = 9e6af6ed77faf26179eee9e7af94d501357c684150b2060f251c9e39e42aaadb
pkgname = aionui-bin

View file

@ -4,7 +4,7 @@
pkgname=aionui-bin
_pkgname=aionui
pkgver=1.7.4
pkgrel=1
pkgrel=2
pkgdesc="Transform your command-line experience into a modern, efficient AI Chat interface."
arch=('x86_64')
url="https://github.com/iOfficeAI/AionUi" # <-- 示例网址,请替换为官方项目地址
@ -23,7 +23,7 @@ conflicts=("${_pkgname}")
source_x86_64=("${_pkgname}_${pkgver}_linux_amd64.deb::${url}/releases/download/v${pkgver}/AionUi-${pkgver}-linux-amd64.deb")
sha256sums_x86_64=('ddf3d8737f3970cdd834716b385c387eec982bb8d98d8d7f4592eb2e642f2d92')
sha256sums_x86_64=('9e6af6ed77faf26179eee9e7af94d501357c684150b2060f251c9e39e42aaadb')
package() {
# .deb 包本质是一个 ar 归档文件,先用 ar 命令解开