summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Pshenichnyi2022-04-01 13:09:31 +0300
committerKirill Pshenichnyi2022-04-01 13:09:31 +0300
commit348f31825e2b195881394dba0973d8541648b70b (patch)
treee15dcbf6a0802087ad9e8046fd4d6d7a63875dd0
parente9347093f5c0551cd0e37ef928b9d0617e12134f (diff)
downloadaur-348f31825e2b195881394dba0973d8541648b70b.tar.gz
arm => armv7h
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ae78a122bf..43e415fb82c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-lttb-git
pkgrel = 1
url = https://github.com/sveinn-steinarsson/flot-downsample
arch = x86_64
- arch = arm
+ arch = armv7h
license = MIT
depends = python
depends = python-numpy>=1.1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d26e70252ebc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+*.pkg.*
+/lttb-numpy/
diff --git a/PKGBUILD b/PKGBUILD
index 7b39d631edc4..7da7a4b09b4e 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=('x86_64' 'arm')
+arch=('x86_64' 'armv7h')
url="https://github.com/sveinn-steinarsson/flot-downsample"
license=('MIT')
depends=('python' 'python-numpy>=1.1')