Fix deps and push
This commit is contained in:
parent
92d016d86c
commit
e13083e099
6
.SRCINFO
6
.SRCINFO
@ -1,20 +1,18 @@
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
||||
pkgver = 2020.1.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://www.jetbrains.com/pycharm/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = python2-setuptools
|
||||
makedepends = python-setuptools
|
||||
depends = giflib
|
||||
depends = glibc
|
||||
depends = sh
|
||||
depends = ttf-font
|
||||
depends = libxtst
|
||||
depends = libxslt
|
||||
depends = python
|
||||
optdepends = ttf-jetbrains-mono: Official mono font by JetBrains
|
||||
optdepends = python2: Python 2 support
|
||||
optdepends = ipython2: For enhanced interactive Python shell v2 inside Pycharm
|
||||
optdepends = ipython: For enhanced interactive Python shell v3 inside Pycharm
|
||||
optdepends = openssh: For deployment and remote connections
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -3,7 +3,7 @@
|
||||
pkgname=pycharm-professional
|
||||
pkgver=2020.1.0
|
||||
_pkgver=2020.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Python IDE for Professional Developers. Professional Edition"
|
||||
arch=('x86_64')
|
||||
url='https://www.jetbrains.com/pycharm/'
|
||||
@ -15,7 +15,7 @@ backup=(
|
||||
"opt/$pkgname/bin/pycharm64.vmoptions"
|
||||
"opt/$pkgname/bin/idea.properties"
|
||||
)
|
||||
depends=('giflib' 'glibc' 'sh' 'ttf-font' 'libxtst' 'libxslt' 'python')
|
||||
depends=('giflib' 'glibc' 'sh' 'libxtst' 'libxslt' 'python')
|
||||
source=("https://download.jetbrains.com/python/$pkgname-$_pkgver.tar.gz"
|
||||
"pycharm-professional.desktop"
|
||||
"pycharm"
|
||||
@ -27,8 +27,9 @@ sha256sums=('8263bb3707de2eaf88b689cf19667dc24508da40418b7fb00ad1280d1d168deb'
|
||||
'818ed42f4200ae13315587abf6f247f93e68c658a94794f73924c985cdc145d0'
|
||||
'773f169fac40fa5df69ccf90680238524f99c42aaa2b037e78e01cfc8c545280'
|
||||
'db54c71d65ac938bb0e4c058481463b71d784ba113a872e419c66975cbc94a3f')
|
||||
makedepends=('python2-setuptools' 'python-setuptools')
|
||||
optdepends=('ipython2: For enhanced interactive Python shell v2 inside Pycharm'
|
||||
makedepends=('python-setuptools')
|
||||
optdepends=('python2: Python 2 support'
|
||||
'ipython2: For enhanced interactive Python shell v2 inside Pycharm'
|
||||
'ipython: For enhanced interactive Python shell v3 inside Pycharm'
|
||||
'openssh: For deployment and remote connections'
|
||||
'python2-setuptools: Packages manager for Python 2, for project interpreter'
|
||||
|
Loading…
Reference in New Issue
Block a user