summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2019-11-17 19:34:59 -0800
committerXavierCLL2019-11-17 19:34:59 -0800
commite504949f4dff2e6ea6dca8f6bc57f7ce9b11f416 (patch)
tree96e691da041851400693a105fdaa33d5d0e3518a
parenteb2d2dd4f9a680a665a971addb6f8b18ffb0b71b (diff)
downloadaur-e504949f4dff2e6ea6dca8f6bc57f7ce9b11f416.tar.gz
temporal disable speedup debugging
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10496590f720..1ebc17d2c5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pycharm-professional
- pkgdesc = Powerful Python and Django IDE. Professional Edition.
+ pkgdesc = Powerful Python and Django IDE. Professional Edition
pkgver = 2019.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.jetbrains.com/pycharm/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 58a37d303ec3..1699bda0cfc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=pycharm-professional
pkgver=2019.2.4
_pkgver=2019.2.4
-pkgrel=1
-pkgdesc="Powerful Python and Django IDE. Professional Edition."
+pkgrel=2
+pkgdesc="Powerful Python and Django IDE. Professional Edition"
arch=('x86_64')
url='https://www.jetbrains.com/pycharm/'
conflicts=('pycharm' 'pycharm-community-edition')
@@ -51,8 +51,8 @@ build() {
cd pycharm-$_pkgver
# compile PyDev debugger used by PyCharm to speedup debugging
- python2 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
- python3 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
+ #python2 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
+ #python3 helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
}