From 6903d4406e2194344b22512b79745bd31fc9ee79 Mon Sep 17 00:00:00 2001 From: XavierCLL Date: Wed, 29 Mar 2017 12:23:21 -0500 Subject: [PATCH] Fix open projects with pycharm arguments via console, thanks to Mirko for the report --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- pycharm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 81e3b65..e5e609c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f6c2b52..ecd469b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/pycharm b/pycharm index 6671f52..f9538f4 100644 --- a/pycharm +++ b/pycharm @@ -2,4 +2,4 @@ [[ -f ~/.bash_profile ]] && . ~/.bash_profile -sh /opt/pycharm-professional/bin/pycharm.sh +sh /opt/pycharm-professional/bin/pycharm.sh "$@"