summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-09-30 18:27:01 -0400
committerEric Bailey2017-09-30 18:27:01 -0400
commit0b02bca265fd1177cc4de84ec9ca68ea6ae4c3e5 (patch)
tree060cbf07536eb976f9bc47c3e4f294026f78ebc6
parent1360ed316519851b91c7e5f76270b817ea980784 (diff)
downloadaur-0b02bca265fd1177cc4de84ec9ca68ea6ae4c3e5.tar.gz
Add armv7h to supported architectures. Same pkgrel.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d3b1f1a966..27941f81a8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Aug 17 08:20:44 UTC 2017
+# Sat Sep 30 22:26:57 UTC 2017
pkgbase = ocaml-curl
pkgdesc = OCaml bindings to libcurl networking library
pkgver = 0.7.10
@@ -7,6 +7,7 @@ pkgbase = ocaml-curl
url = https://github.com/ygrek/ocurl
arch = i686
arch = x86_64
+ arch = armv7h
license = BSD
makedepends = ocaml-findlib
depends = ocaml
diff --git a/PKGBUILD b/PKGBUILD
index a922ced7e3e2..ec87a142c417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ocaml-curl
pkgver=0.7.10
pkgrel=1
pkgdesc="OCaml bindings to libcurl networking library"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('BSD')
depends=('ocaml' 'curl>=7.9.8')
makedepends=('ocaml-findlib')