summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Pshenichnyi2021-11-12 00:38:54 +0100
committerKirill Pshenichnyi2021-11-12 00:38:54 +0100
commite9347093f5c0551cd0e37ef928b9d0617e12134f (patch)
treeef66b682540316b9b21c34449f05699e95668156
parente8f37f5a0e5585868eba1b164c2a5c6199e637ad (diff)
downloadaur-e9347093f5c0551cd0e37ef928b9d0617e12134f.tar.gz
issue of arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de97886d42b8..44ae78a122bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = python-lttb-git
pkgver = v0.3.1.r3.g9463159
pkgrel = 1
url = https://github.com/sveinn-steinarsson/flot-downsample
- arch = any
+ arch = x86_64
+ arch = arm
license = MIT
depends = python
depends = python-numpy>=1.1
diff --git a/PKGBUILD b/PKGBUILD
index 6c41cc377979..7b39d631edc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=lttb-numpy
pkgver=v0.3.1.r3.g9463159
pkgrel=1
pkgdesc="Numpy implementation of Steinarsson’s Largest-Triangle-Three-Buckets algorithm"
-arch=('any')
+arch=('x86_64' 'arm')
url="https://github.com/sveinn-steinarsson/flot-downsample"
license=('MIT')
depends=('python' 'python-numpy>=1.1')