From e3fab1cf6723b3d83b7a35d6958b4ceccbffe4db Mon Sep 17 00:00:00 2001 From: Rafael Baboni Dominiquini Date: Tue, 18 Nov 2025 02:15:18 -0300 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2c4efe90b5fa..b8620dd8614a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = aionui-bin pkgdesc = Transform your command-line experience into a modern, efficient AI Chat interface. - pkgver = 1.5.2 + pkgver = 1.5.4 pkgrel = 1 url = https://github.com/iOfficeAI/AionUi arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = aionui-bin depends = alsa-lib provides = aionui conflicts = aionui - source_x86_64 = aionui_1.5.2_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.5.2/AionUi-1.5.2-linux-amd64.deb - sha256sums_x86_64 = 168a5e718d2ab5c91785a260fbe131adfc070485d65130e5d474017305d09ad9 + source_x86_64 = aionui_1.5.4_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.5.4/AionUi-1.5.4-linux-amd64.deb + sha256sums_x86_64 = 1fcfb7a61e043c637fbda522531a4988a48b96de415602752110dcd4c10d6ddb pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index 67d15ec8c0fa..500e1cf64fd9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.5.2 +pkgver=1.5.4 pkgrel=1 pkgdesc="Transform your command-line experience into a modern, efficient AI Chat interface." arch=('x86_64') @@ -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=('168a5e718d2ab5c91785a260fbe131adfc070485d65130e5d474017305d09ad9') +sha256sums_x86_64=('1fcfb7a61e043c637fbda522531a4988a48b96de415602752110dcd4c10d6ddb') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开