Fixing charm's sha256
This commit is contained in:
parent
4bd5688922
commit
ee3e9010d8
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Python IDE for Professional Developers. Professional Edition
|
||||
pkgver = 2021.3.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.jetbrains.com/pycharm/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
@ -39,6 +39,6 @@ pkgbase = pycharm-professional
|
||||
sha256sums = cdb4ad432963db1b68108af93e26303f9c3140a31813571f2a81c300e5af6918
|
||||
sha256sums = a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291
|
||||
sha256sums = 6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8
|
||||
sha256sums = 039f0d1dc447fb26bb9df35b3a85145a47ce42193c8b2d56bf7bdf090fff0da9
|
||||
sha256sums = ef3e95568f5acfc55f81f39d825896a45e9e3eeadf05612124a4cc41a87682de
|
||||
|
||||
pkgname = pycharm-professional
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -21,7 +21,7 @@ source=("https://download.jetbrains.com/python/$pkgname-$pkgver.tar.gz"
|
||||
sha256sums=('cdb4ad432963db1b68108af93e26303f9c3140a31813571f2a81c300e5af6918'
|
||||
'a75264959b06a45ea0801729bc1688bfbd52da3c5fbf3d5b1ad9267860439291'
|
||||
'6996b38a3c2ba1e472838d7046a4c54a27822fd647be9ca590457e8c6a2d50c8'
|
||||
'039f0d1dc447fb26bb9df35b3a85145a47ce42193c8b2d56bf7bdf090fff0da9')
|
||||
'ef3e95568f5acfc55f81f39d825896a45e9e3eeadf05612124a4cc41a87682de')
|
||||
makedepends=('python-setuptools' 'cython')
|
||||
optdepends=('ipython: For enhanced interactive Python shell inside Pycharm'
|
||||
'openssh: For deployment and remote connections'
|
||||
|
Loading…
Reference in New Issue
Block a user