v2022.2
This commit is contained in:
parent
2aa043661f
commit
9177da0e75
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
||||
pkgver = 2022.1.4
|
||||
pkgver = 2022.2
|
||||
pkgrel = 1
|
||||
url = https://www.jetbrains.com/pycharm/
|
||||
arch = x86_64
|
||||
@ -32,13 +32,13 @@ pkgbase = pycharm-professional
|
||||
conflicts = pycharm-community-edition
|
||||
backup = opt/pycharm-professional/bin/pycharm64.vmoptions
|
||||
backup = opt/pycharm-professional/bin/idea.properties
|
||||
source = https://download.jetbrains.com/python/pycharm-professional-2022.1.4.tar.gz
|
||||
source = https://download.jetbrains.com/python/pycharm-professional-2022.2.tar.gz
|
||||
source = pycharm-professional.desktop
|
||||
source = charm.desktop
|
||||
source = charm
|
||||
sha256sums = 12be816500d5ce7d476db1b9c9a75c299346f907729c175dcb2a89e8421a44c2
|
||||
sha256sums = aace8bbd52c0ac17cbcb9ae6b7afcd7f3b7a5475facaaa6b271d47323611d6f5
|
||||
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
|
||||
sha256sums = 6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8
|
||||
sha256sums = ef181319a2dfcb3c35f08a8f57ce12029e8e6dccea6a463bd93a94c5074c1bbc
|
||||
sha256sums = c01a62a9a17a018f645e7301fd98b98dec77e682f1d0cd908b850e8be03830e0
|
||||
|
||||
pkgname = pycharm-professional
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -3,7 +3,7 @@
|
||||
# Contributors: edacval
|
||||
|
||||
pkgname=pycharm-professional
|
||||
pkgver=2022.1.4
|
||||
pkgver=2022.2
|
||||
pkgrel=1
|
||||
pkgdesc="Python IDE for Professional Developers. Professional Edition"
|
||||
arch=('x86_64')
|
||||
@ -18,10 +18,10 @@ source=("https://download.jetbrains.com/python/$pkgname-$pkgver.tar.gz"
|
||||
"pycharm-professional.desktop"
|
||||
"charm.desktop"
|
||||
"charm")
|
||||
sha256sums=('12be816500d5ce7d476db1b9c9a75c299346f907729c175dcb2a89e8421a44c2'
|
||||
sha256sums=('aace8bbd52c0ac17cbcb9ae6b7afcd7f3b7a5475facaaa6b271d47323611d6f5'
|
||||
'a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
|
||||
'6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8'
|
||||
'ef181319a2dfcb3c35f08a8f57ce12029e8e6dccea6a463bd93a94c5074c1bbc')
|
||||
'c01a62a9a17a018f645e7301fd98b98dec77e682f1d0cd908b850e8be03830e0')
|
||||
makedepends=('python-setuptools' 'cython')
|
||||
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
||||
'openssh: For deployment and remote connections'
|
||||
|
6
charm
6
charm
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
|
||||
import os
|
||||
@ -10,8 +10,8 @@ import traceback
|
||||
# See com.intellij.idea.SocketLock for the server side of this interface.
|
||||
|
||||
RUN_PATH = u'/opt/pycharm-professional/bin/pycharm.sh'
|
||||
CONFIG_PATH = u'~/.config/JetBrains/PyCharm2022.1'
|
||||
SYSTEM_PATH = u'~/.cache/JetBrains/PyCharm2022.1'
|
||||
CONFIG_PATH = u'~/.config/JetBrains/PyCharm2022.2'
|
||||
SYSTEM_PATH = u'~/.cache/JetBrains/PyCharm2022.2'
|
||||
|
||||
|
||||
def print_usage(cmd):
|
||||
|
Loading…
x
Reference in New Issue
Block a user