From 29ca0eb935e1d5072ecc3ab16aea78e41dc327a6 Mon Sep 17 00:00:00 2001 From: neko_ayaya Date: Mon, 26 Jan 2026 16:38:43 +0000 Subject: [PATCH] Update AUR package --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ecc381b41693..ce3be62f80d9 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.7.6 + pkgver = 1.7.7 pkgrel = 2 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.7.6_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.7.6/AionUi-1.7.6-linux-amd64.deb - sha256sums_x86_64 = 79326ce6248ad6a2d556bcbfc02950515ca9e2ae46eed8351367307543fb116e + source_x86_64 = aionui_1.7.7_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.7.7/AionUi-1.7.7-linux-amd64.deb + sha256sums_x86_64 = ab936abab98bdd242917e57458fc5fb2763cd148c913b41f202f1be17d73309a pkgname = aionui-bin diff --git a/PKGBUILD b/PKGBUILD index 1de4233c0a86..55033562d095 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=aionui-bin _pkgname=aionui -pkgver=1.7.6 +pkgver=1.7.7 pkgrel=2 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=('79326ce6248ad6a2d556bcbfc02950515ca9e2ae46eed8351367307543fb116e') +sha256sums_x86_64=('ab936abab98bdd242917e57458fc5fb2763cd148c913b41f202f1be17d73309a') package() { # .deb 包本质是一个 ar 归档文件,先用 ar 命令解开