summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-04-23 09:53:14 -0700
committerXavierCLL2020-04-23 09:53:14 -0700
commite13083e099b95a42be375f9a7696803466c4054c (patch)
tree5d9f3a314fa8841bdcb7d41f60c0db404ecfaf35
parent92d016d86c57a9b180057a8198180cb690550def (diff)
downloadaur-e13083e099b95a42be375f9a7696803466c4054c.tar.gz
Fix deps and push
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b744218dfc69..e1f16c05230c 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index ff63b9373611..86c3c5598ad5 100644
--- a/PKGBUILD
+++ b/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'