summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavier C. Llano2024-04-04 08:20:46 -0500
committerXavier C. Llano2024-04-04 08:20:46 -0500
commit02d3a85c92a74744bf1c9bb04e45e6e7dc9a3728 (patch)
treeb8f96196e67111722f37c821d2ee41857ee438eb /PKGBUILD
parentfcbe6e6d6f64ffdeb975debab2436d8c60175bec (diff)
downloadaur-pycharm-professional.tar.gz
Update to 2024.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc7fe6b82375..908b099df196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrew Shark
pkgname=pycharm-professional
-pkgver=2023.3.5
+pkgver=2024.1
pkgrel=1
pkgdesc="Python IDE for Professional Developers. Professional Edition"
arch=('x86_64' 'x86_64_v3' 'aarch64')
@@ -26,16 +26,15 @@ depends=(
ttf-font
fontconfig
)
-
source=("pycharm-professional.desktop" "ltedit-professional.desktop")
source_x86_64=("https://download-cf.jetbrains.com/python/${pkgname}-${pkgver}.tar.gz")
source_x86_64_v3=($source_x86_64)
source_aarch64=("https://download-cf.jetbrains.com/python/${pkgname}-${pkgver}-aarch64.tar.gz")
sha256sums=('6ff245b42b475a5b97c359d97bc48d573c2988170fc195073c9187d5abe1c576'
'21e9d192712fb537d9e5abccc54970becb347b32ad2be469a35b2585f45a9116')
-sha256sums_x86_64=('7e77390d7bba42843e950b1544da718913e6bae8543ce499c01484550df39004')
-sha256sums_x86_64_v3=('7e77390d7bba42843e950b1544da718913e6bae8543ce499c01484550df39004')
-sha256sums_aarch64=('4a5aef97f10d19b3b4f9e34f244a84592bde730171e0596abcfde1baffb65be4')
+sha256sums_x86_64=('2451d3ef7642151306354418c5237b326271e2653a09b869e5883a262a2916ad')
+sha256sums_x86_64_v3=('2451d3ef7642151306354418c5237b326271e2653a09b869e5883a262a2916ad')
+sha256sums_aarch64=('a1f43b2392b7fc6b0c062524593c19fb0721b4ec1a1a59a06e39a61da2dce258')
# makedepends=('python-setuptools' 'cython')
optdepends=(
'ipython: For enhanced interactive Python shell inside Pycharm'