summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-12-26 11:47:08 +0800
committerzxp198210052024-12-26 11:47:08 +0800
commitc4f9db44d236e4b49631cf963427193c87499c54 (patch)
treeab0dbcd79567da61a3f34e1b0b19f7a7f5ec16c6 /PKGBUILD
parent4b2c65ff2ab56bab1df44de6ecd0941e0aff91ee (diff)
downloadaur-c4f9db44d236e4b49631cf963427193c87499c54.tar.gz
update to fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faa0d3ca5dbc..0ee3539156c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"