summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-10-06 23:33:22 +0800
committerUniversebenzene2021-10-06 23:33:22 +0800
commitdfd8053cb6071bc2cc025ac361dc5dd918e888df (patch)
tree426a999a653effa8ace277d4b846bbd4c3aedab0 /PKGBUILD
parent8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9 (diff)
downloadaur-dfd8053cb6071bc2cc025ac361dc5dd918e888df.tar.gz
Correct arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ced469e26132..0c9663ad0880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=("python-${_pyname}")
pkgver=0.2.0
pkgrel=1
pkgdesc="An extension to use emoji codes in your Sphinx documentation"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://sphinxemojicodes.readthedocs.io"
license=('BSD')
makedepends=('python-setuptools')