summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-02-16 18:59:38 +0100
committerKr1ss2022-02-16 18:59:38 +0100
commit86a322cad4e1142a183dd3ff5e7e97db8cd37894 (patch)
tree432bd5ce00675d9e86e59706466e2c11dcd31612
parent9534510ca10718543eccb5a0175f7a6b4829ecda (diff)
downloadaur-86a322cad4e1142a183dd3ff5e7e97db8cd37894.tar.gz
v2022.1 (EAP2)
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f753bdc995..cb7ccf6ec48a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-community-eap
pkgdesc = Powerful Python and Django IDE, Early Access Program (EAP) build, Community Edition
- pkgver = 2022.1.221.3427.103
+ pkgver = 2022.1.221.4165.171
pkgrel = 1
epoch = 12
url = http://www.jetbrains.com/pycharm
@@ -15,11 +15,10 @@ pkgbase = pycharm-community-eap
depends = libdbusmenu-glib
optdepends = python2: Support for Python 2 language
optdepends = ipython: Alternative Python shell
- optdepends = ipython2: Alternative Python 2 shell
provides = pycharm-community-edition
conflicts = pycharm-community-edition
options = !strip
- source = https://download.jetbrains.com/python/pycharm-community-221.3427.103.tar.gz
- sha256sums = f4eea7ffc6dcd5c1bba9fb217f909a66e3d4c53958ef6167630251f22f3d037d
+ source = https://download.jetbrains.com/python/pycharm-community-221.4165.171.tar.gz
+ sha256sums = 7a94e7603bd91e0bc067bb3d784d333b13ff59a573592f3abedf74b735ef013a
pkgname = pycharm-community-eap
diff --git a/PKGBUILD b/PKGBUILD
index c2cf47571e9e..a8b5763732c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pycharm-community-eap
-_buildver=221.3427.103
+_buildver=221.4165.171
_pkgver=2022.1
_eap=y
pkgver="$_pkgver.$_buildver"
@@ -27,8 +27,7 @@ conflicts=('pycharm-community-edition')
makedepends=('cython' 'python-setuptools') # 'python2-setuptools'
depends=('python' 'glib2' 'dbus' 'libdbusmenu-glib')
optdepends=('python2: Support for Python 2 language'
- 'ipython: Alternative Python shell'
- 'ipython2: Alternative Python 2 shell')
+ 'ipython: Alternative Python shell')
options=('!strip')