summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-04 19:51:14 +0100
committerDaniel Peukert2020-02-04 19:51:14 +0100
commita29680eebf26d2901409ce1d7debd3c13ac1fed8 (patch)
treeb17b0592cd52665e84d584c519e44f5d0117baef
parentb0b0e4d51fe053c6c30b311942ed492219fdabe0 (diff)
downloadaur-a29680eebf26d2901409ce1d7debd3c13ac1fed8.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 f13a985b3d3e..96036280e69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = ocaml-ounit
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = dune
makedepends = ocaml-findlib
diff --git a/PKGBUILD b/PKGBUILD
index d5c4920d2e16..2a574806182d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgname="ocaml-$_projectname"
pkgver='2.2.2'
pkgrel='2'
pkgdesc='Unit testing framework for OCaml'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
depends=('ocaml' 'ocaml-lwt' 'ocaml-stdlib-shims')