Fix optdepends
This commit is contained in:
parent
d535344d0f
commit
557a61a6af
10
.SRCINFO
10
.SRCINFO
@ -1,18 +1,22 @@
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Powerful Python and Django IDE. Professional version.
|
||||
pkgver = 4.5.4
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.jetbrains.com/pycharm/
|
||||
install = pycharm-professional.install
|
||||
arch = any
|
||||
license = Commercial
|
||||
depends = java-environment
|
||||
depends = giflib
|
||||
depends = python-coverage
|
||||
depends = python2-coverage
|
||||
depends = ipython
|
||||
depends = ipython2
|
||||
depends = ttf-font
|
||||
optdepends = openssh: For deployment and remote connections
|
||||
optdepends = python2-setuptools: Packages manager for Python 2, for project interpreter
|
||||
optdepends = python-setuptools: Packages manager for Python 3, for project interpreter
|
||||
optdepends = python2-coverage: For support code coverage measurement for Python 2
|
||||
optdepends = python-coverage: For support code coverage measurement for Python 3
|
||||
optdepends = vagrant: For support virtualized development environments
|
||||
provides = pycharm
|
||||
conflicts = pycharm
|
||||
conflicts = pycharm-community
|
||||
|
12
PKGBUILD
12
PKGBUILD
@ -1,9 +1,9 @@
|
||||
# Maintainer: (epsilom) Xavier Corredor <xavier.corredor.llano (a) gmail.com>
|
||||
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
|
||||
|
||||
pkgname=pycharm-professional
|
||||
pkgver=4.5.4
|
||||
_pkgver=4.5.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Powerful Python and Django IDE. Professional version."
|
||||
arch=('any')
|
||||
options=('!strip')
|
||||
@ -12,11 +12,17 @@ conflicts=('pycharm' 'pycharm-community')
|
||||
provides=('pycharm')
|
||||
license=('Commercial')
|
||||
install=${pkgname}.install
|
||||
depends=('java-environment' 'giflib' 'python-coverage' 'python2-coverage' 'ipython' 'ipython2' 'ttf-font')
|
||||
depends=('java-environment' 'giflib' 'ipython' 'ipython2' 'ttf-font')
|
||||
source=(http://download.jetbrains.com/python/$pkgname-$_pkgver.tar.gz
|
||||
'pycharm-professional.desktop'
|
||||
'pycharm-professional.install'
|
||||
'pycharm')
|
||||
optdepends=('openssh: For deployment and remote connections'
|
||||
'python2-setuptools: Packages manager for Python 2, for project interpreter'
|
||||
'python-setuptools: Packages manager for Python 3, for project interpreter'
|
||||
'python2-coverage: For support code coverage measurement for Python 2'
|
||||
'python-coverage: For support code coverage measurement for Python 3'
|
||||
'vagrant: For support virtualized development environments')
|
||||
sha256sums=('0d3a0a627901a1519ee77a0f2b34bc9cd7ba9a20c1276862ed5324187d25c6b7'
|
||||
'016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49'
|
||||
'6442ec9f0690f743da697a2a65b0784017de501e7f39d5de0879153fbf85dc7a'
|
||||
|
Loading…
Reference in New Issue
Block a user