summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-12-16 18:59:17 +0800
committerUniversebenzene2021-12-16 18:59:17 +0800
commitcc19f850584d473472cb400a483bc8f78b471ba3 (patch)
tree661dfa8b8293c03a1d45ed324a2f6df96aca9eaa
parente0efbe05720a6a7d6ec4cdb3b98a0ebcac2a6377 (diff)
downloadaur-cc19f850584d473472cb400a483bc8f78b471ba3.tar.gz
Correct arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71324983f6cb..99f6ddeefaf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = python-extension-helpers
pkgver = 0.1
pkgrel = 2
url = http://extension-helpers.readthedocs.io
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
checkdepends = python-pytest
makedepends = python-setuptools-scm
diff --git a/PKGBUILD b/PKGBUILD
index 48075f82e712..85497ce66218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=("python-${_pyname}" "python-${_pyname}-doc")
pkgver=0.1
pkgrel=2
pkgdesc="Helpers to assist with building Python packages with compiled C/Cython extensions"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://extension-helpers.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools-scm' 'python-sphinx-automodapi')