summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826688ba5eaa..6510dcf66c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = python-astroslam
pkgver = 1.2020.1104.0
pkgrel = 1
url = https://github.com/hypergravity/astroslam
- arch = i686
- arch = x86_64
+ arch = any
license = MIT
checkdepends = python-pyzmq
checkdepends = python-jupyter_client
diff --git a/PKGBUILD b/PKGBUILD
index a14e5290a1c0..2dc9bb388774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=("python-${_pyname}")
pkgver=1.2020.1104.0
pkgrel=1
pkgdesc="Stellar LAbel Machine (SLAM)"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/hypergravity/astroslam"
license=('MIT')
makedepends=('python-setuptools')