summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Navarro2022-05-25 13:23:45 -0300
committerAxel Navarro2022-05-25 13:23:45 -0300
commit4650dfda8ff899aeaea76a1f85f82523ffe36be1 (patch)
tree0020709c6b894b72e73c4250cf17495a963d1333
parent3c08661eac51a714f059d15550c889439b0c3e35 (diff)
downloadaur-4650dfda8ff899aeaea76a1f85f82523ffe36be1.tar.gz
upgpkg: pycharm-edu 2022.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5075d9f960ce..5f98b57e6cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-edu
pkgdesc = A Professional Tool to Learn and Teach Programming with Python
- pkgver = 2022.1
+ pkgver = 2022.1.1
pkgrel = 1
url = https://www.jetbrains.com/pycharm-edu/
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = pycharm-edu
optdepends = python2: Support for Python 2 language
provides = pycharm-edu
options = !strip
- source = https://download.jetbrains.com/python/pycharm-edu-2022.1.tar.gz
+ source = https://download.jetbrains.com/python/pycharm-edu-2022.1.1.tar.gz
source = pycharm-edu.desktop
- sha256sums = e51bdb14950bbce6f90154d5abe5eabaefc601cf7613c31bfc09e3e21f883c1a
+ sha256sums = 77dbfd630c5543ca91f264d1c6cfb981d69442a9df2d73784c8ad36cf0dc526e
sha256sums = bb47c5ebe079539aed256aea205fdc91a425937744e6d84df65a85cdbd51ab59
pkgname = pycharm-edu
diff --git a/PKGBUILD b/PKGBUILD
index 4718f0dfe813..5e6d7b2afe35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Axel Navarro <navarroaxel at gmail.com>
pkgname=pycharm-edu
-pkgver=2022.1
-_pkgver=2022.1
+pkgver=2022.1.1
+_pkgver=2022.1.1
pkgrel=1
pkgdesc="A Professional Tool to Learn and Teach Programming with Python"
arch=('x86_64')
@@ -19,7 +19,7 @@ source=(https://download.jetbrains.com/python/$pkgname-$_pkgver.tar.gz
optdepends=('ipython: Alternative Python shell'
'ipython2: Alternative Python 2 shell'
'python2: Support for Python 2 language')
-sha256sums=('e51bdb14950bbce6f90154d5abe5eabaefc601cf7613c31bfc09e3e21f883c1a'
+sha256sums=('77dbfd630c5543ca91f264d1c6cfb981d69442a9df2d73784c8ad36cf0dc526e'
'bb47c5ebe079539aed256aea205fdc91a425937744e6d84df65a85cdbd51ab59')
build() {