summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier C. Llano2023-12-07 07:48:27 -0500
committerXavier C. Llano2023-12-07 07:48:27 -0500
commitad87d660927b40de0e16dfa6f7de02e20118ef0c (patch)
tree18c023ac36999812c567c2b0064f945e3f77a943
parentc88098b2b7859a89125af1dc271f6d21d52abf5e (diff)
downloadaur-ad87d660927b40de0e16dfa6f7de02e20118ef0c.tar.gz
v2023.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c17e62761f2c..ec90906631f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index f0c922c6e4cd..48303d20e72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'