summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-10-06 23:33:22 +0800
committerUniversebenzene2021-10-06 23:33:22 +0800
commitdfd8053cb6071bc2cc025ac361dc5dd918e888df (patch)
tree426a999a653effa8ace277d4b846bbd4c3aedab0
parent8fafdb2e2d7aa55e702fb9d70f7f677f202e57e9 (diff)
downloadaur-dfd8053cb6071bc2cc025ac361dc5dd918e888df.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 9d6179a62d2a..ac5c20ccb6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = python-sphinxemoji
pkgver = 0.2.0
pkgrel = 1
url = https://sphinxemojicodes.readthedocs.io
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
checkdepends = python-sphinx
makedepends = python-setuptools
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')