summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2020-04-03 13:50:34 -0400
committerGI_Jack2020-04-03 13:50:34 -0400
commiteca774e7eaeb58f0ab18895dad042248243b75d0 (patch)
treeeffdece30f425ada5a2684676ca671fd7176830f /PKGBUILD
parentfc6e8f7eb120a4d0af6ed9dc885f3a2a548d3124 (diff)
downloadaur-eca774e7eaeb58f0ab18895dad042248243b75d0.tar.gz
compiles with C so added arches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')