2
0
This commit is contained in:
Xavier C. Llano 2023-12-07 07:48:27 -05:00
parent c88098b2b7
commit ad87d66092
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pycharm-professional
pkgdesc = Python IDE for Professional Developers. Professional Edition
pkgver = 2023.2.5
pkgver = 2023.3
pkgrel = 1
url = https://www.jetbrains.com/pycharm/
install = pycharm-professional_x86_64.install
@ -42,9 +42,9 @@ pkgbase = pycharm-professional
source = ltedit.desktop
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
sha256sums = 41f0e64dc7ec5ab85e7b0df1dc8237b56c94ccf9e4f2fa033eaadcc7756df3d3
source_x86_64 = https://download.jetbrains.com/python/pycharm-professional-2023.2.5.tar.gz
sha256sums_x86_64 = 4e2904c57744f2623168575552051e9ba03fffe4da5149ba6ae8333d5073b750
source_aarch64 = https://download.jetbrains.com/python/pycharm-professional-2023.2.5-aarch64.tar.gz
sha256sums_aarch64 = 6b3d58c1fb6ea867f3e6809eb7eca3f4073362fbc03fac076bfc35391eca7291
source_x86_64 = https://download.jetbrains.com/python/pycharm-professional-2023.3.tar.gz
sha256sums_x86_64 = cc4752cc185fc114121d2bab13eb8066e825cb6f0c1cf8027927355e9add8e53
source_aarch64 = https://download.jetbrains.com/python/pycharm-professional-2023.3-aarch64.tar.gz
sha256sums_aarch64 = 49dbcf16b894d3e673105e64c07c69ffe6f07beb7ac4caab52370eefd39a95b1
pkgname = pycharm-professional

View File

@ -2,7 +2,7 @@
# Maintainer for aarch64: Ethan Reece <aur at ethanreece dot com>
pkgname=pycharm-professional
pkgver=2023.2.5
pkgver=2023.3
pkgrel=1
pkgdesc="Python IDE for Professional Developers. Professional Edition"
arch=('x86_64' 'aarch64')
@ -20,8 +20,8 @@ source=("pycharm-professional.desktop"
"ltedit.desktop")
sha256sums=('a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
'41f0e64dc7ec5ab85e7b0df1dc8237b56c94ccf9e4f2fa033eaadcc7756df3d3')
sha256sums_x86_64=('4e2904c57744f2623168575552051e9ba03fffe4da5149ba6ae8333d5073b750')
sha256sums_aarch64=('6b3d58c1fb6ea867f3e6809eb7eca3f4073362fbc03fac076bfc35391eca7291')
sha256sums_x86_64=('cc4752cc185fc114121d2bab13eb8066e825cb6f0c1cf8027927355e9add8e53')
sha256sums_aarch64=('49dbcf16b894d3e673105e64c07c69ffe6f07beb7ac4caab52370eefd39a95b1')
# makedepends=('python-setuptools' 'cython')
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
'openssh: For deployment and remote connections'