summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-04 19:50:34 +0100
committerDaniel Peukert2020-02-04 19:50:34 +0100
commitb756fa5a4382ff4ed7a719487d7e535fea8c83b9 (patch)
tree350e39e72a9461441e55504c53b0f8fb991d715c
parent45b1ef5085a34d7cdeb814d35af79e47ca27e6b1 (diff)
downloadaur-b756fa5a4382ff4ed7a719487d7e535fea8c83b9.tar.gz
Updated arch definitions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb19f9ee449a..c5f3f04a5425 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = ocaml-dtoa
url = https://github.com/flowtype/ocaml-dtoa
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
checkdepends = ocaml-ounit
makedepends = dune
diff --git a/PKGBUILD b/PKGBUILD
index f4dc9607d5d0..56bcedf2fb77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="ocaml-$_projectname"
pkgver='0.3.2'
pkgrel='2'
pkgdesc='double-to-ascii ocaml implementation'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"
license=('MIT')
depends=('ocaml')