mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update AUR package
This commit is contained in:
parent
edfc0effb4
commit
29ca0eb935
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.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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 命令解开
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue