summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2017-01-26 11:25:01 -0500
committerXavierCLL2017-01-26 11:25:01 -0500
commit930a574b347d8aa9c476218aaee3765c249027b1 (patch)
treee6b77123eba98a7cff6dadccf9b3078609ff3b7b /PKGBUILD
parentfbde2019858546214c67f322371b9a4d7345e17d (diff)
downloadaur-930a574b347d8aa9c476218aaee3765c249027b1.tar.gz
Delete java depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ede192b0cf4..79ae38c0b438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ options=('!strip')
url="https://www.jetbrains.com/pycharm-edu/"
provides=('pycharm-edu')
license=('Apache')
-depends=('java-runtime-common' 'java-runtime' 'giflib' 'ttf-font')
+depends=('giflib' 'ttf-font' 'libxtst' 'libxslt')
source=(https://download.jetbrains.com/python/$pkgname-$_pkgver.tar.gz
'pycharm-edu.desktop')
optdepends=('ipython2: For enhanced interactive Python shell v2'