mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02: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
|
# Maintainer: ByteDream
|
||||||
pkgname=crunchy-cli-bin
|
pkgname=crunchy-cli-bin
|
||||||
pkgdesc="Command-line downloader for Crunchyroll"
|
pkgdesc="Command-line downloader for Crunchyroll"
|
||||||
arch=('x86_64', 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://github.com/crunchy-labs/crunchy-cli"
|
url="https://github.com/crunchy-labs/crunchy-cli"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue