summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeeweep2020-02-06 18:11:39 +0000
committerpeeweep2020-02-06 18:11:39 +0000
commit6092f9c291024cee01d4a6e2d84683c2bc8e37c7 (patch)
tree031a980bd4b808888e1b960797a8f1112c2aca5d
parent64d7dc7165149e1e5fb7577164b341d0eebde454 (diff)
downloadaur-6092f9c291024cee01d4a6e2d84683c2bc8e37c7.tar.gz
bump version 2019.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d55a9461c2..728809808a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-edu
pkgdesc = Free, Easy & Professional Tool to Learn Programming with Python
- pkgver = 2019.3.1
+ pkgver = 2019.3.2
pkgrel = 1
url = https://www.jetbrains.com/pycharm-edu/
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = pycharm-edu
optdepends = ipython: For enhanced interactive Python shell v3
provides = pycharm-edu
options = !strip
- source = https://download.jetbrains.com/python/pycharm-edu-2019.3.1.tar.gz
+ source = https://download.jetbrains.com/python/pycharm-edu-2019.3.2.tar.gz
source = pycharm-edu.desktop
- sha256sums = 063f4c860f80d96e9ce5b79c0380c7bdcf2a94218f7c9a0779101a4b6e19dba2
+ sha256sums = e2fe28612a5148645074de9f52186678bfc331d89011ed01eac5ab5ecae52e10
sha256sums = 2934fbe579bcc3d6e9d66f9ee80286e36773fe59aafaef9d15bbb45a0a59c58b
pkgname = pycharm-edu
diff --git a/PKGBUILD b/PKGBUILD
index d1c4409aea28..1c5aae20bbd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
pkgname=pycharm-edu
-pkgver=2019.3.1
-_pkgver=2019.3.1
+pkgver=2019.3.2
+_pkgver=2019.3.2
pkgrel=1
pkgdesc="Free, Easy & Professional Tool to Learn Programming with Python"
arch=('x86_64')
@@ -17,7 +17,7 @@ source=(https://download.jetbrains.com/python/$pkgname-$_pkgver.tar.gz
'pycharm-edu.desktop')
optdepends=('ipython2: For enhanced interactive Python shell v2'
'ipython: For enhanced interactive Python shell v3')
-sha256sums=('e2fe28612a5148645074de9f52186678bfc331d89011ed01eac5ab5ecae52e10'
+sha256sums=('6d551f1775c3295708c148715d09b5ecbd0f65c9c5e772d693abacb21fb327da'
'2934fbe579bcc3d6e9d66f9ee80286e36773fe59aafaef9d15bbb45a0a59c58b')
build() {