summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0025453c9fd..f00036af20cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pycharm-community-eap
pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build. Community edition.
pkgver = 2018.3.183.3795.9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.jetbrains.com/pycharm/
arch = any
license = Apache
depends = java-environment
+ depends = libdbusmenu-glib
provides = pycharm-community
conflicts = pycharm-community
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 73ceb0bdd355..1b9cee339f54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@ pkgname=pycharm-community-eap
_buildver=183.3795.9
_pkgver=2018.3
pkgver=$_pkgver.$_buildver
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Powerful Python and Django IDE, Early Access Program (EAP) build. Community edition.'
arch=(any)
options=('!strip')
url='http://www.jetbrains.com/pycharm/'
license=(Apache)
-depends=(java-environment)
+depends=(java-environment libdbusmenu-glib)
provides=(pycharm-community)
conflicts=(pycharm-community)
source=("https://download.jetbrains.com/python/pycharm-community-$_buildver.tar.gz"{,.sha256})