summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-03-30 16:09:17 -0500
committerXavierCLL2016-03-30 16:09:17 -0500
commit54273cc4c01797ceacf3c4ea783ec0f57655ce97 (patch)
tree9c610098bc28c7ba070c8b5aef7544b0bc1ee7ac
parent0da8c1f634c584eafae890611fb9eb0dd1e3ebd2 (diff)
downloadaur-54273cc4c01797ceacf3c4ea783ec0f57655ce97.tar.gz
Added ttf-font as depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1226acfa0f74..9df29b7d7f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 19:40:17 UTC 2016
+# Wed Mar 30 21:08:23 UTC 2016
pkgbase = pycharm-professional
pkgdesc = Powerful Python and Django IDE. Professional version.
pkgver = 2016.1
@@ -13,6 +13,7 @@ pkgbase = pycharm-professional
depends = alsa-lib
depends = libxslt
depends = java-environment
+ depends = ttf-font
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 3e969456c466..b84b96ee8f41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ conflicts=('pycharm' 'pycharm-community')
provides=('pycharm')
license=('custom')
install=${pkgname}.install
-depends=('gtk2' 'libxtst' 'alsa-lib' 'libxslt' 'java-environment')
+depends=('gtk2' 'libxtst' 'alsa-lib' 'libxslt' 'java-environment' 'ttf-font')
source=(https://download.jetbrains.com/python/$pkgname-$pkgver.tar.gz
'pycharm-professional.desktop'
'pycharm-professional.install'