From 23deebe0a7ec7568cf10e23ff9672be1a8551624 Mon Sep 17 00:00:00 2001 From: a15355447898a Date: Tue, 11 Nov 2025 10:51:24 +0800 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 964892043668..38689cba7c91 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.0 + pkgver = 1.5.1 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.0_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.5.0/AionUi-1.5.0-linux-amd64.deb - sha256sums_x86_64 = 5c88e2772b1e2e4074e427bcb470ef19978aeb7f08ace939e50c6c4d61cd74a7 + source_x86_64 = aionui_1.5.1_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.5.1/AionUi-1.5.1-linux-amd64.deb + sha256sums_x86_64 = b1d9edda599eecf3dfdfbc61f8fc291576ac74e6959ce43dcd332843a13eae0a pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index aa2f487722d5..80bf1edf97f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc="Transform your command-line experience into a modern, efficient AI Chat interface." arch=('x86_64') @@ -20,7 +20,7 @@ conflicts=("${_pkgname}") source_x86_64=("${_pkgname}_${pkgver}_linux_amd64.deb::${url}/releases/download/v${pkgver}/AionUi-${pkgver}-linux-amd64.deb") -sha256sums_x86_64=('5c88e2772b1e2e4074e427bcb470ef19978aeb7f08ace939e50c6c4d61cd74a7') +sha256sums_x86_64=('b1d9edda599eecf3dfdfbc61f8fc291576ac74e6959ce43dcd332843a13eae0a') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开