summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-07-15 10:11:54 -0400
committerGuillaume Horel2017-07-15 10:11:54 -0400
commit94700f3fb383d57ac2541ec71cccf01ad69197d4 (patch)
tree6bfbee7df84fe2790252327dbcc42ee5b0a3c3c2
parentbcc506a0311d6a4ca1e8ec65f55cb70c32dbb465 (diff)
downloadaur-94700f3fb383d57ac2541ec71cccf01ad69197d4.tar.gz
fix arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c97c5f601f..1c887a92b234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = python-bqplot
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/bloomberg/bqplot
- arch = i686
- arch = x86_64
+ arch = any
license = Apache
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 6a7a8737ec1b..2662712a42f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python'
checkdepends=()
makedepends=('python-setuptools')
license=('Apache')
-arch=('i686' 'x86_64')
+arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('3cfb480f31d757d2133676fffcade83230062052eba55421087af867fe044e8f')