2
0

Fixed arch

This commit is contained in:
XavierCLL 2017-07-28 17:22:57 -05:00
parent 06661f7f12
commit 72dc50416c
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ pkgbase = pycharm-professional
pkgrel = 1
url = http://www.jetbrains.com/pycharm/
install = pycharm-professional.install
arch = any
arch = i686
arch = x86_64
license = custom
makedepends = python2-setuptools
makedepends = python-setuptools

View File

@ -5,7 +5,7 @@ pkgver=2017.2.0
_pkgver=2017.2
pkgrel=1
pkgdesc="Powerful Python and Django IDE. Professional edition."
arch=('any')
arch=('i686' 'x86_64')
options=('!strip')
url="http://www.jetbrains.com/pycharm/"
conflicts=('pycharm' 'pycharm-community')