summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPMay2022-12-31 13:49:05 +0100
committerPMay2022-12-31 13:49:05 +0100
commit6496362801ed7b765244aba9672e0d269ed5d6e2 (patch)
tree751f1a5a9356378a7e6d2482bc186b586400d3d5
parent51717e78975ea70904b7703b452d521aa964fbab (diff)
downloadaur-6496362801ed7b765244aba9672e0d269ed5d6e2.tar.gz
update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f371a8bfc986..e4651f0c7536 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pycharm-community-jre
pkgdesc = PyCharm Community Edition IDE for Python with bundled JRE
- pkgver = 2022.3
+ pkgver = 2022.3.1
pkgrel = 1
url = https://www.jetbrains.com/pycharm/
arch = x86_64
license = APACHE
conflicts = pycharm-community-eap
conflicts = pycharm-community-edition
- source = https://download.jetbrains.com/python/pycharm-community-2022.3.tar.gz
+ source = https://download.jetbrains.com/python/pycharm-community-2022.3.1.tar.gz
source = pycharm.desktop
source = pycharm.sh
- sha256sums = 2a23e3e6c38dd970545634dd6de79eb7f075df7bd782d3b3c8047d670f1261b7
+ sha256sums = b243103f27cfb763106a2f5667d8f201562154755ce9746e81e88c80acd7b316
sha256sums = f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21
sha256sums = b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc
diff --git a/PKGBUILD b/PKGBUILD
index cfd62cc1ad94..e00d74168ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip May <eniak.info@gmail.com>
pkgname=pycharm-community-jre
_appname=pycharm-community
-pkgver=2022.3
+pkgver=2022.3.1
pkgrel=1
pkgdesc="PyCharm Community Edition IDE for Python with bundled JRE"
arch=(x86_64)
@@ -18,7 +18,7 @@ source=(
)
noextract=()
sha256sums=(
- '2a23e3e6c38dd970545634dd6de79eb7f075df7bd782d3b3c8047d670f1261b7'
+ 'b243103f27cfb763106a2f5667d8f201562154755ce9746e81e88c80acd7b316'
'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
'b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc'
)