summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:24:34 +0100
committerDaniel Peukert2020-03-15 13:24:34 +0100
commitdfe91c80910bacf09e9135a99801190fe320bced (patch)
tree43bf4704cae1d78cb3e0d0f8d8844447bf795f95
parentb756fa5a4382ff4ed7a719487d7e535fea8c83b9 (diff)
downloadaur-dfe91c80910bacf09e9135a99801190fe320bced.tar.gz
General ocaml dependency update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f3f04a5425..331e530b2314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,9 @@ pkgbase = ocaml-dtoa
arch = armv7h
arch = aarch64
license = MIT
- checkdepends = ocaml-ounit
- makedepends = dune
- makedepends = ocaml-findlib
- depends = ocaml
+ checkdepends = ocaml-ounit>=2.0.0
+ makedepends = dune>=1.0.0
+ depends = ocaml>=4.01.0
options = !strip
source = ocaml-dtoa-0.3.2-2.tar.gz::https://github.com/flowtype/ocaml-dtoa/archive/v0.3.2.tar.gz
source = fix-ounit-name.diff
diff --git a/PKGBUILD b/PKGBUILD
index 56bcedf2fb77..95838d5bdb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/flowtype/$pkgname"
license=('MIT')
-depends=('ocaml')
-makedepends=('dune' 'ocaml-findlib')
-checkdepends=('ocaml-ounit')
+depends=('ocaml>=4.01.0')
+makedepends=('dune>=1.0.0')
+checkdepends=('ocaml-ounit>=2.0.0')
options=('!strip')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz"