2
0

Minor fix

This commit is contained in:
Xavier C. Llano 2024-02-27 08:33:24 -05:00
parent 9410c65924
commit 15605dc561

View File

@ -50,7 +50,7 @@ optdepends=(
'jupyter-server: For Jupyter notebooks and apps' '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 install=pycharm-professional_x86_64.install
elif [ "${CARCH}" == "aarch64" ]; then elif [ "${CARCH}" == "aarch64" ]; then
install=pycharm-professional_aarch64.install install=pycharm-professional_aarch64.install