diff options
author | zxp19821005 | 2024-12-26 11:47:08 +0800 |
---|---|---|
committer | zxp19821005 | 2024-12-26 11:47:08 +0800 |
commit | c4f9db44d236e4b49631cf963427193c87499c54 (patch) | |
tree | ab0dbcd79567da61a3f34e1b0b19f7a7f5ec16c6 /PKGBUILD | |
parent | 4b2c65ff2ab56bab1df44de6ecd0941e0aff91ee (diff) | |
download | aur-c4f9db44d236e4b49631cf963427193c87499c54.tar.gz |
update to fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ pkgname=acast-bin _pkgname=asciinema pkgver=0.4.0 -pkgrel=1 -pkgdesc="A free and open source solution for recording terminal sessions and sharing them on the web.一个免费开源的终端会话录制和分享工具" +pkgrel=2 +pkgdesc="A free and open source solution for recording terminal sessions and sharing them on the web.(Prebuilt version)一个免费开源的终端会话录制和分享工具" arch=( - "aarch64" - "x86_64" + 'aarch64' + 'x86_64' ) url="https://asciinema.org/" _ghurl="https://github.com/gvcgo/asciinema" |