mirror of
https://github.com/archlinux/aur.git
synced 2026-01-30 19:14:29 +01:00
更新版本
This commit is contained in:
parent
fdee956afd
commit
485db66f1d
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.3.0
|
||||
pkgver = 1.3.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.3.0_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.3.0/AionUi-1.3.0-linux-amd64.deb
|
||||
sha256sums_x86_64 = 9d2e4abb22833855d5197609eb9d482f0a8a2443fb1b16e9aeb6642dc6b29b57
|
||||
source_x86_64 = aionui_1.3.1_linux_amd64.deb::https://github.com/iOfficeAI/AionUi/releases/download/v1.3.1/AionUi-1.3.1-linux-amd64.deb
|
||||
sha256sums_x86_64 = 6afeb07720fdebf1920f5d1a36f744414d6b31f4c891a3b96eb02ec8e3a2907a
|
||||
|
||||
pkgname = aionui-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=aionui-bin
|
||||
_pkgname=aionui
|
||||
pkgver=1.3.0
|
||||
pkgver=1.3.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=('9d2e4abb22833855d5197609eb9d482f0a8a2443fb1b16e9aeb6642dc6b29b57')
|
||||
sha256sums_x86_64=('6afeb07720fdebf1920f5d1a36f744414d6b31f4c891a3b96eb02ec8e3a2907a')
|
||||
|
||||
package() {
|
||||
# .deb 包本质是一个 ar 归档文件,先用 ar 命令解开
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue