summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-02-13 19:18:50 -0500
committerCarlos Aznarán Laos2022-02-13 19:18:50 -0500
commit5e6d189212694ba9036718cc9fc9490e1d5953f5 (patch)
tree88f0386bab65e27c385cc8b761a19685f00f8fba
parent85f909dbe408df1a6d76bb2d9f5a81177a1c40df (diff)
downloadaur-5e6d189212694ba9036718cc9fc9490e1d5953f5.tar.gz
Change arch array to any for support armv7h
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403f78084b53..365862a41f4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python2-simplejson
pkgdesc = Simple, fast, extensible JSON encoder/decoder for python2
pkgver = 3.17.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simplejson/simplejson
- arch = x86_64
+ arch = any
license = MIT
makedepends = python2-setuptools
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index e0196066a759..a0954169347a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
_base=simplejson
pkgname=python2-${_base}
pkgver=3.17.6
-pkgrel=1
+pkgrel=2
pkgdesc='Simple, fast, extensible JSON encoder/decoder for python2'
license=('MIT')
-arch=('x86_64')
+arch=('any')
url="https://github.com/${_base}/${_base}"
depends=(python2)
makedepends=(python2-setuptools)