Update pkgrel
This commit is contained in:
parent
7b6d16e373
commit
fe1bffee56
12
.SRCINFO
12
.SRCINFO
@ -1,9 +1,9 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Fri Apr 8 21:39:43 UTC 2016
|
||||
# Wed Apr 13 16:47:11 UTC 2016
|
||||
pkgbase = pycharm-professional
|
||||
pkgdesc = Powerful Python and Django IDE. Professional version.
|
||||
pkgver = 2016.1.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.jetbrains.com/pycharm/
|
||||
install = pycharm-professional.install
|
||||
arch = any
|
||||
@ -25,15 +25,19 @@ pkgbase = pycharm-professional
|
||||
optdepends = docker-machine: For support docker inside Pycharm
|
||||
optdepends = docker-compose: For support docker inside Pycharm
|
||||
optdepends = vagrant: For support virtualized development environments
|
||||
optdepends = python2-pytest: For support testing inside Pycharm with Python 2
|
||||
optdepends = python-pytest: For support testing inside Pycharm with Python 3
|
||||
optdepends = python2-tox: Python environments for testing tool with Python 2
|
||||
optdepends = python-tox: Python environments for testing tool with Python 3
|
||||
provides = pycharm
|
||||
conflicts = pycharm
|
||||
conflicts = pycharm-community
|
||||
options = !strip
|
||||
source = https://download.jetbrains.com/python/pycharm-professional-2016.1.2.tar.gz
|
||||
source = https://download.jetbrains.com/python/pycharm-professional-2016.1.2-no-jdk.tar.gz
|
||||
source = pycharm-professional.desktop
|
||||
source = pycharm-professional.install
|
||||
source = pycharm
|
||||
sha256sums = 730e994f3582b1cb9754b121457636265515c19199eabd762cd78b0c504b91cf
|
||||
sha256sums = 5525914782ab7c0b2e4dafa228d053525494acbe4cb47e84e6a44be2c21a646d
|
||||
sha256sums = 016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49
|
||||
sha256sums = 6442ec9f0690f743da697a2a65b0784017de501e7f39d5de0879153fbf85dc7a
|
||||
sha256sums = ad59415f8ac2c623f9c61453caf70bf75b6b14db2f09807e4ea339a2dc740be9
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=pycharm-professional
|
||||
pkgver=2016.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Powerful Python and Django IDE. Professional version."
|
||||
arch=('any')
|
||||
options=('!strip')
|
||||
@ -30,8 +30,8 @@ optdepends=('ipython2: For enhanced interactive Python shell v2 inside Pycharm'
|
||||
'vagrant: For support virtualized development environments'
|
||||
'python2-pytest: For support testing inside Pycharm with Python 2'
|
||||
'python-pytest: For support testing inside Pycharm with Python 3'
|
||||
'python2-tox: Multi-Python-version environments testing with tox with Python 2'
|
||||
'python-tox: Multi-Python-version environments testing with tox with Python 3')
|
||||
'python2-tox: Python environments for testing tool with Python 2'
|
||||
'python-tox: Python environments for testing tool with Python 3')
|
||||
sha256sums=('5525914782ab7c0b2e4dafa228d053525494acbe4cb47e84e6a44be2c21a646d'
|
||||
'016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49'
|
||||
'6442ec9f0690f743da697a2a65b0784017de501e7f39d5de0879153fbf85dc7a'
|
||||
|
Loading…
Reference in New Issue
Block a user