summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-09-30 15:22:19 -0400
committerEric Bailey2017-09-30 15:22:19 -0400
commit83b9e313a166b91cf384bcf7fd49791358af2e49 (patch)
tree40e805e846376338c7e2ff612e89c8fb6cceede9
parent7ba54f4f7545b7639a510f5d8454823451f6b7df (diff)
downloadaur-83b9e313a166b91cf384bcf7fd49791358af2e49.tar.gz
Add armv7h to supported architectures. Same pkgrel.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d049fda74b5a..bef3bb67a993 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Sep 30 19:21:31 UTC 2017
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
pkgver = 1.7.2
@@ -5,6 +7,7 @@ pkgbase = ocaml-extlib
url = https://github.com/ygrek/ocaml-extlib
arch = i686
arch = x86_64
+ arch = armv7h
license = LGPL
makedepends = ocaml-findlib
makedepends = cppo
diff --git a/PKGBUILD b/PKGBUILD
index aeb41d2cb0be..e3a49d92ae23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=ocaml-extlib
pkgver=1.7.2
pkgrel=1
pkgdesc="Extends the OCaml standard library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/ygrek/ocaml-extlib"
license=('LGPL')
depends=('ocaml')