summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2020-03-07 18:13:43 +0000
committerJoaquim Monteiro2020-03-07 18:13:43 +0000
commit7026eca1c5bd70faf1a8ea9eb9fc05715a11e2fc (patch)
treee833654fc8c3b624131d1c0af5c3eb80cd73b14d
parentce0759949a9f18b826ede53a7f19f09995646bf7 (diff)
downloadaur-7026eca1c5bd70faf1a8ea9eb9fc05715a11e2fc.tar.gz
Enable ARM targets
This is possible now that maturin (v0.7.8) added ARM support.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fae6fdb168a..18e613029ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = python-blake3
url = https://github.com/oconnor663/blake3-py
arch = x86_64
arch = i686
+ arch = aarch64
+ arch = armv7h
license = Apache
license = custom:CC0-1.0
makedepends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 74fa1ca58c3d..cbc02bde26ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=python-blake3
pkgver=0.1.3
pkgrel=1
pkgdesc="Python bindings for the BLAKE3 cryptographic hash function"
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64 armv7h)
url="https://github.com/oconnor663/blake3-py"
license=('Apache' 'custom:CC0-1.0')