Date: Saturday, April 3, 2021 @ 16:29:14 Author: orhun Revision: 911535
upgpkg: pycharm-community-edition 2020.3.5-1: upstream release Modified: pycharm-community-edition/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-03 15:26:13 UTC (rev 911534) +++ PKGBUILD 2021-04-03 16:29:14 UTC (rev 911535) @@ -4,9 +4,9 @@ # Contributor: David Keogh <[email protected]> pkgname=pycharm-community-edition -pkgver=2020.3.4 -_build=203.7717.65 -_gitcommit=ba0c8fc9ab9bf23a71a6a963cd84fc89b09b9fc8 +pkgver=2020.3.5 +_build=203.7717.81 +_gitcommit=c1fbba2c339bdb37ee8ad754502db42ef7910319 pkgrel=1 pkgdesc='Python IDE for Professional Developers' arch=(x86_64) @@ -24,7 +24,6 @@ libdbusmenu-glib ) optdepends=( - 'ipython2: IPython integration for Python 2' 'ipython: IPython integration for Python 3' 'python2: Python 2 support' ) @@ -37,10 +36,12 @@ ) source=( "git+https://github.com/JetBrains/intellij-community.git#commit=${_gitcommit}" + "https://github.com/JetBrains/intellij-community/commit/70af9a4.patch" pycharm.desktop pycharm.sh ) sha256sums=('SKIP' + 'e9837a4a6098b97b0ff9fc33693f4d1d6a458d0dea7c0c1a8f398fa3e624582a' 'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21' '7b5360b4977e934931acab775d04915417a5da9f3ea1dd44355525b0016cf65d') @@ -47,6 +48,7 @@ prepare() { cd intellij-community + patch -p1 < ../70af9a4.patch echo ${_build} > build.txt sed '/def targetOs =/c def targetOs = "linux"' -i build/dependencies/setupJbre.gradle sed '/String targetOS/c String targetOS = OS_LINUX' -i platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
