Minor fix
This commit is contained in:
parent
9410c65924
commit
15605dc561
2
PKGBUILD
2
PKGBUILD
@ -50,7 +50,7 @@ optdepends=(
|
||||
'jupyter-server: For Jupyter notebooks and apps'
|
||||
)
|
||||
|
||||
if [[ "${CARCH}" == "x86_64" ]]; then
|
||||
if [[ "${CARCH}" == "x86_64" ]] || [[ "${CARCH}" == "x86_64_v3" ]] ; then
|
||||
install=pycharm-professional_x86_64.install
|
||||
elif [ "${CARCH}" == "aarch64" ]; then
|
||||
install=pycharm-professional_aarch64.install
|
||||
|
Loading…
x
Reference in New Issue
Block a user