2
0

Fix open projects with pycharm arguments via console, thanks to Mirko for the report

This commit is contained in:
XavierCLL 2017-03-29 12:23:21 -05:00
parent 917a6c926f
commit 6903d4406e
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = pycharm-professional
pkgdesc = Powerful Python and Django IDE. Professional edition.
pkgver = 2017.1.0
pkgrel = 1
pkgrel = 2
url = http://www.jetbrains.com/pycharm/
install = pycharm-professional.install
arch = any
@ -42,7 +42,7 @@ pkgbase = pycharm-professional
sha256sums = 6e5223fa4b50e459ad6b03d33b6184ec59791aedd97048f50588602ded6071e7
sha256sums = 016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49
sha256sums = c1a74303d9e870918bd8068f761c8251b996694b1b96b3537fbca317679c4958
sha256sums = 43e79e5a786fc76385634dc0a9f1c3489b25031745b840b0822b059fc91d1060
sha256sums = 54603a788b4ecad5d0a92e5b7fe37a98979250d2b5fd7d037759b4254b0b1607
sha256sums = e1cf2a280d90a55710131bdf33f4026a427d10131ddd5c776a936ee1ecf5a6fb
sha256sums = 0a753ef612fa689465aceb2e8279591bca9b8ffd02ee16da0b69d32388d81303

View File

@ -3,7 +3,7 @@
pkgname=pycharm-professional
pkgver=2017.1.0
_pkgver=2017.1
pkgrel=1
pkgrel=2
pkgdesc="Powerful Python and Django IDE. Professional edition."
arch=('any')
options=('!strip')
@ -46,7 +46,7 @@ optdepends=('ipython2: For enhanced interactive Python shell v2 inside Pycharm'
sha256sums=('6e5223fa4b50e459ad6b03d33b6184ec59791aedd97048f50588602ded6071e7'
'016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49'
'c1a74303d9e870918bd8068f761c8251b996694b1b96b3537fbca317679c4958'
'43e79e5a786fc76385634dc0a9f1c3489b25031745b840b0822b059fc91d1060'
'54603a788b4ecad5d0a92e5b7fe37a98979250d2b5fd7d037759b4254b0b1607'
'e1cf2a280d90a55710131bdf33f4026a427d10131ddd5c776a936ee1ecf5a6fb'
'0a753ef612fa689465aceb2e8279591bca9b8ffd02ee16da0b69d32388d81303')

View File

@ -2,4 +2,4 @@
[[ -f ~/.bash_profile ]] && . ~/.bash_profile
sh /opt/pycharm-professional/bin/pycharm.sh
sh /opt/pycharm-professional/bin/pycharm.sh "$@"