[arch-commits] Commit in ocaml-stdlib-shims/trunk (PKGBUILD)

Jürgen Hötzel juergen at gemini.archlinux.org
Sat Dec 11 12:35:48 UTC 2021


    Date: Saturday, December 11, 2021 @ 12:35:47
  Author: juergen
Revision: 1068264

OCaml 4.13.1 rebuild

Modified:
  ocaml-stdlib-shims/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 12:34:57 UTC (rev 1068263)
+++ PKGBUILD	2021-12-11 12:35:47 UTC (rev 1068264)
@@ -4,12 +4,12 @@
 _projectname='stdlib-shims'
 pkgname="ocaml-$_projectname"
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Shim to substitute `Pervasives` with `Stdlib` before 4.08'
 arch=('x86_64')
 url="https://github.com/ocaml/$_projectname"
 license=('custom:LGPL2.1 with linking exception')
-depends=('ocaml')
+depends=('ocaml>=4.13.1')
 makedepends=('dune')
 options=('!strip')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list