summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:25:25 +0100
committerDaniel Peukert2020-03-15 13:25:25 +0100
commit6b1249f852d53988fdad4223b6f0b1ea05f70539 (patch)
treee4fd8de25eb437db8c94b5119885aba1c7a2135e
parenta29680eebf26d2901409ce1d7debd3c13ac1fed8 (diff)
downloadaur-6b1249f852d53988fdad4223b6f0b1ea05f70539.tar.gz
General ocaml dependency update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96036280e69b..1c2404b8535b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,9 +10,9 @@ pkgbase = ocaml-ounit
arch = armv7h
arch = aarch64
license = MIT
- makedepends = dune
+ makedepends = dune>=1.11.0
makedepends = ocaml-findlib
- depends = ocaml
+ depends = ocaml>=4.02.3
depends = ocaml-lwt
depends = ocaml-stdlib-shims
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2a574806182d..e6ac2c5d37b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
-depends=('ocaml' 'ocaml-lwt' 'ocaml-stdlib-shims')
-makedepends=('dune' 'ocaml-findlib')
+depends=('ocaml>=4.02.3' 'ocaml-lwt' 'ocaml-stdlib-shims')
+makedepends=('dune>=1.11.0' 'ocaml-findlib')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('db5dbdd4fd29a9ff82dd9d75813e0391d833ba868f813e3c3349807bc9da5032')