2
0

v2023.3.3

This commit is contained in:
Xavier C. Llano 2024-01-26 14:03:23 -05:00
parent aafd49b1c9
commit a6193f4403
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.3.2
pkgver = 2023.3.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-cf.jetbrains.com/python/pycharm-professional-2023.3.2.tar.gz
sha256sums_x86_64 = add6cb45aed969a49b21322fbd2e34c896f2a618d2a9eb8c865a05602365ef6c
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.2-aarch64.tar.gz
sha256sums_aarch64 = c910983a2d23d32265335cb5cb96b7d853879379cc0f8510ba690419afee1238
source_x86_64 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.3.tar.gz
sha256sums_x86_64 = 29c4955410b2ea26f0cd0f44e02c8fe2b1b7dad075f0739652051faa6f84797b
source_aarch64 = https://download-cf.jetbrains.com/python/pycharm-professional-2023.3.3-aarch64.tar.gz
sha256sums_aarch64 = bf0d8935b316ca2ce2b27a8ee98042f50a0b69ab1a7bb7bb1278941178d54fcf
pkgname = pycharm-professional

View File

@ -2,7 +2,7 @@
# Maintainer for aarch64: Ethan Reece <aur at ethanreece dot com>
pkgname=pycharm-professional
pkgver=2023.3.2
pkgver=2023.3.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=('add6cb45aed969a49b21322fbd2e34c896f2a618d2a9eb8c865a05602365ef6c')
sha256sums_aarch64=('c910983a2d23d32265335cb5cb96b7d853879379cc0f8510ba690419afee1238')
sha256sums_x86_64=('29c4955410b2ea26f0cd0f44e02c8fe2b1b7dad075f0739652051faa6f84797b')
sha256sums_aarch64=('bf0d8935b316ca2ce2b27a8ee98042f50a0b69ab1a7bb7bb1278941178d54fcf')
# makedepends=('python-setuptools' 'cython')
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
'openssh: For deployment and remote connections'