summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2020-03-08 02:24:51 +0000
committerJoaquim Monteiro2020-03-08 02:24:51 +0000
commita48a8459235b05f2c88c0cf7c0735a2dde1ffedf (patch)
treece84120c74c2776678a1b03b813b53bf8a2a943d
parent1145b5c33e011c446f39a7918d8ee9e3b68dc7d4 (diff)
downloadaur-python-orjson-git.tar.gz
Enable ARM targets
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f95348a62e6..ebfcd23d4947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-orjson-git
pkgdesc = Fast, correct Python JSON library supporting dataclasses and datetimes (Git version)
- pkgver = 2.2.0.r0.g95a03b0
+ pkgver = 2.5.2.r1.gd31e37b
pkgrel = 1
url = https://github.com/ijl/orjson
arch = x86_64
arch = i686
+ arch = aarch64
+ arch = armv7h
license = Apache
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9cf192f1265d..a05f3f65a404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# NOTE: building this package requires a nightly build of the Rust compiler.
pkgname=python-orjson-git
-pkgver=2.2.0.r0.g95a03b0
+pkgver=2.5.2.r1.gd31e37b
pkgrel=1
pkgdesc="Fast, correct Python JSON library supporting dataclasses and datetimes (Git version)"
-arch=(x86_64 i686)
+arch=(x86_64 i686 aarch64 armv7h)
url="https://github.com/ijl/orjson"
license=('Apache' 'MIT')