Updated: 1.7.1

This commit is contained in:
Rafael Baboni Dominiquini 2026-01-18 00:08:47 -03:00
parent 929429fe16
commit 35c38f8ce3
2 changed files with 7 additions and 7 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.0
pkgrel = 2
pkgver = 1.7.1
pkgrel = 1
url = https://github.com/iOfficeAI/AionUi
arch = x86_64
license = unknown
@ -12,7 +12,7 @@ pkgbase = aionui-bin
depends = alsa-lib
provides = aionui
conflicts = aionui
source_x86_64 = aionui_1.7.0_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.7.0/AionUi-1.7.0-linux-amd64.deb
sha256sums_x86_64 = ca6078cf02a67dfa108a3a730b0f5b777905a708fb8606af0c43f03cfeb06af9
source_x86_64 = aionui_1.7.1_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.7.1/AionUi-1.7.1-linux-amd64.deb
sha256sums_x86_64 = 7dad97babb439f645e834559ae445016269ceccd42fa59b37804cf63e50923d9
pkgname = aionui-bin

View file

@ -3,8 +3,8 @@
pkgname=aionui-bin
_pkgname=aionui
pkgver=1.7.0
pkgrel=2
pkgver=1.7.1
pkgrel=1
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=('ca6078cf02a67dfa108a3a730b0f5b777905a708fb8606af0c43f03cfeb06af9')
sha256sums_x86_64=('7dad97babb439f645e834559ae445016269ceccd42fa59b37804cf63e50923d9')
package() {
# .deb 包本质是一个 ar 归档文件,先用 ar 命令解开