summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f670ac73abc..ba7035fce114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 4a440165880b..08ce7c6cf039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')