summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dfdd32718ab..c548679a2ff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,8 @@ pkgbase = python-bls
pkgver = 0.1.8
pkgrel = 1
url = https://github.com/zebra-lucky/python-bls
- arch = any
+ arch = i686
+ arch = x86_64
license = Apache2
makedepends = python-setuptools
makedepends = cython
diff --git a/PKGBUILD b/PKGBUILD
index f3accda8cb45..7bb2f56fbe1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.8
pkgrel=1
pkgdesc="BLS12-381 and Signatures in Python"
url="https://github.com/zebra-lucky/python-bls"
-arch=('any')
+arch=('i686' 'x86_64')
license=('Apache2')
depends=('python')
makedepends=('python-setuptools' 'cython')