[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 4 13:22:59 UTC 2018


    Date: Sunday, February 4, 2018 @ 13:22:57
  Author: alucryd
Revision: 289000

FS#57358: pycharm-community-edition 2017.3.3-2

Modified:
  pycharm-community-edition/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 13:17:21 UTC (rev 288999)
+++ PKGBUILD	2018-02-04 13:22:57 UTC (rev 289000)
@@ -4,7 +4,7 @@
 
 pkgname=pycharm-community-edition
 pkgver=2017.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Python IDE for Professional Developers'
 arch=('x86_64')
 url='http://www.jetbrains.com/pycharm/'
@@ -25,8 +25,8 @@
 build() {
   cd pycharm-community-${pkgver}
 
-  python2 helpers/pydev/setup_cython.py build_ext --inplace
-  python3 helpers/pydev/setup_cython.py build_ext --inplace
+  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
 }
 



More information about the arch-commits mailing list