Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ pycharm-community-edition


Commits:
7a39960e by Leonidas Spyropoulos at 2025-12-09T23:58:56+00:00
upgpkg: 2025.3-2: fix pycharm type for jbr path

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- pycharm.sh


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pycharm-community-edition
        pkgdesc = Python IDE for Professional Developers
        pkgver = 2025.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.jetbrains.com/pycharm/
        arch = x86_64
        license = Apache-2.0
@@ -24,6 +24,6 @@ pkgbase = pycharm-community-edition
        sha256sums = 
f2edabe4d12ff483a01875f640fb3a7400f6814700ce125a536d3ea785d5b4a3
        sha256sums = 
04b308ef3b22d637822147b50ab26222930779f45f5fc70b7eac513d09d8da6f
        sha256sums = 
70ae8df10243db2dbc454c0d8e273235707ecb1821a9e8a2e70669a1739fc1af
-       sha256sums = 
42648eea7a5dc9354d07af078745b423d1be807e0fcc276a4be399bec8c2ac70
+       sha256sums = 
d1366b61e8485a3db0a82067b33cf6a1fe7d2bfc86626b7da259a6ee74b51246
 
 pkgname = pycharm-community-edition


=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgver=2025.3
 _build=253.28294.336
 _jrever=17
 _jdkver=17
-pkgrel=1
+pkgrel=2
 pkgdesc='Python IDE for Professional Developers'
 arch=(x86_64)
 options=(!debug)
@@ -42,7 +42,7 @@ source=(
 sha256sums=('f2edabe4d12ff483a01875f640fb3a7400f6814700ce125a536d3ea785d5b4a3'
             '04b308ef3b22d637822147b50ab26222930779f45f5fc70b7eac513d09d8da6f'
             '70ae8df10243db2dbc454c0d8e273235707ecb1821a9e8a2e70669a1739fc1af'
-            '42648eea7a5dc9354d07af078745b423d1be807e0fcc276a4be399bec8c2ac70')
+            'd1366b61e8485a3db0a82067b33cf6a1fe7d2bfc86626b7da259a6ee74b51246')
 
 prepare() {
   cd intellij-community


=====================================
pycharm.sh
=====================================
@@ -5,7 +5,7 @@
 # 2. Use package JBR if it exists
 # 3. Fall back to /usr/lib/jvm/java-17-openjdk/ (shoundn't happen)
 if [ -z "$PYCHARM_JDK" ] ; then
-  if [ -d "/usr/share/idea/jbr/" ] ; then
+  if [ -d "/usr/share/pycharm/jbr/" ] ; then
     PYCHARM_JDK="/usr/share/pycharm/jbr/"
   else
     PYCHARM_JDK="/usr/lib/jvm/java-17-openjdk/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pycharm-community-edition/-/commit/7a39960ef8d24d2bca868af63ad11ac293d355cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pycharm-community-edition/-/commit/7a39960ef8d24d2bca868af63ad11ac293d355cc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to