mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
更新版本
This commit is contained in:
parent
db6f3b733e
commit
e3fab1cf67
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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 命令解开
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue