mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Remove invalid character from AUR binary PKGBUILD
This commit is contained in:
parent
7485bd8e76
commit
185b65fc9b
1 changed files with 1 additions and 1 deletions
2
.github/scripts/PKGBUILD.binary
vendored
2
.github/scripts/PKGBUILD.binary
vendored
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: ByteDream
|
||||
pkgname=crunchy-cli-bin
|
||||
pkgdesc="Command-line downloader for Crunchyroll"
|
||||
arch=('x86_64', 'aarch64')
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/crunchy-labs/crunchy-cli"
|
||||
license=('MIT')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue