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
29ca0eb935
commit
49d595de67
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -13,6 +13,6 @@ pkgbase = aionui-bin
|
|||
provides = aionui
|
||||
conflicts = aionui
|
||||
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
|
||||
sha256sums_x86_64 = e598114896297b66d924e97429ce20b96478441f7058f37477e7497ed1550f75
|
||||
|
||||
pkgname = aionui-bin
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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=('ab936abab98bdd242917e57458fc5fb2763cd148c913b41f202f1be17d73309a')
|
||||
sha256sums_x86_64=('e598114896297b66d924e97429ce20b96478441f7058f37477e7497ed1550f75')
|
||||
|
||||
package() {
|
||||
# .deb 包本质是一个 ar 归档文件,先用 ar 命令解开
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue