summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-15 13:26:59 +0100
committerDaniel Peukert2020-03-15 13:26:59 +0100
commit0d8657fb06831c18f3be643667952df738b03aec (patch)
treeb10fb55b720747f2d230ae2c09e23cb9b016272e
parent2ec9f4578b51d8169bd96c25d771cddbd3f7913e (diff)
downloadaur-0d8657fb06831c18f3be643667952df738b03aec.tar.gz
General ocaml dependency update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbf7963bf6a5..a15df2c37448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,7 @@ pkgbase = ocaml-stdlib-shims
arch = aarch64
license = custom:LGPL2.1 with linking exception
makedepends = dune
- makedepends = ocaml-findlib
- depends = ocaml
+ depends = ocaml>=4.02.3
options = !strip
source = ocaml-stdlib-shims-0.2.0-2.tar.gz::https://github.com/ocaml/stdlib-shims/archive/0.2.0.tar.gz
sha256sums = 7151c71efd16d4e2a7dc1d4dcbcf6fdfbe2a07829428ffa6aac4b2586b1ce8c3
diff --git a/PKGBUILD b/PKGBUILD
index 4930eb9b3440..19f75ca2de61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Shim to substitute `Pervasives` with `Stdlib` before 4.08'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml/$_projectname"
license=('custom:LGPL2.1 with linking exception')
-depends=('ocaml')
-makedepends=('dune' 'ocaml-findlib')
+depends=('ocaml>=4.02.3')
+makedepends=('dune')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('7151c71efd16d4e2a7dc1d4dcbcf6fdfbe2a07829428ffa6aac4b2586b1ce8c3')