Date: Tuesday, August 9, 2022 @ 19:02:36
  Author: juergen
Revision: 1264503

OCaml 4.14.0 rebuild

Modified:
  ocaml-sexplib0/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-09 19:02:22 UTC (rev 1264502)
+++ PKGBUILD    2022-08-09 19:02:36 UTC (rev 1264503)
@@ -5,12 +5,12 @@
 _projectname='sexplib0'
 pkgname="ocaml-$_projectname"
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library containing the definition of S-expressions and some base 
converters'
 arch=('x86_64')
 url="https://github.com/janestreet/$_projectname";
 license=('MIT')
-depends=('ocaml>=4.13.1')
+depends=('ocaml>=4.14.0')
 makedepends=('dune')
 options=('!strip')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")

Reply via email to