summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier C. Llano2023-06-22 22:45:00 -0700
committerXavier C. Llano2023-06-22 22:45:00 -0700
commit86600ed37be4b93085b46fd291bb635a4821440b (patch)
treef1ca2707bb1dcb727ed7185cd9edae7d2f448df2
parent65d5b373fde10a183d67f3e768fae3cc1739cdbd (diff)
downloadaur-86600ed37be4b93085b46fd291bb635a4821440b.tar.gz
v2023.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 924a4ec32cad..cdc5b533b263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-professional
pkgdesc = Python IDE for Professional Developers. Professional Edition
- pkgver = 2023.1.2
+ pkgver = 2023.1.3
pkgrel = 1
url = https://www.jetbrains.com/pycharm/
arch = x86_64
@@ -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.1.2.tar.gz
- sha256sums_x86_64 = e57eae7a3c99983b8dc5c5aa036579d7ac73cae33aeb4c5f7f80517f2040c385
- source_aarch64 = https://download.jetbrains.com/python/pycharm-professional-2023.1.2-aarch64.tar.gz
- sha256sums_aarch64 = 1ca333d6ffa13c882f4943f9e273e1948a3ce4c48f0ff4a5d416cb7efccff988
+ source_x86_64 = https://download.jetbrains.com/python/pycharm-professional-2023.1.3.tar.gz
+ sha256sums_x86_64 = 4cdf85c01854d7f74c9fa9efda67453356f1120e49cc5aed1168f0f32d8ee016
+ source_aarch64 = https://download.jetbrains.com/python/pycharm-professional-2023.1.3-aarch64.tar.gz
+ sha256sums_aarch64 = 0d8055868aea3280c704937705be8ae247fb7965b1537c65bdc2a4deb6eb08b9
pkgname = pycharm-professional
diff --git a/PKGBUILD b/PKGBUILD
index 09ae1866c8af..8559f11260e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ethan Reece <aur at ethanreece dot com>
pkgname=pycharm-professional
-pkgver=2023.1.2
+pkgver=2023.1.3
pkgrel=1
pkgdesc="Python IDE for Professional Developers. Professional Edition"
arch=('x86_64' 'aarch64')
@@ -22,8 +22,8 @@ source=("pycharm-professional.desktop"
"ltedit.desktop")
sha256sums=('a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
'41f0e64dc7ec5ab85e7b0df1dc8237b56c94ccf9e4f2fa033eaadcc7756df3d3')
-sha256sums_x86_64=('e57eae7a3c99983b8dc5c5aa036579d7ac73cae33aeb4c5f7f80517f2040c385')
-sha256sums_aarch64=('1ca333d6ffa13c882f4943f9e273e1948a3ce4c48f0ff4a5d416cb7efccff988')
+sha256sums_x86_64=('4cdf85c01854d7f74c9fa9efda67453356f1120e49cc5aed1168f0f32d8ee016')
+sha256sums_aarch64=('0d8055868aea3280c704937705be8ae247fb7965b1537c65bdc2a4deb6eb08b9')
makedepends=('python-setuptools' 'cython')
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
'openssh: For deployment and remote connections'