Date: Thursday, May 18, 2023 @ 19:53:47
  Author: juergen
Revision: 1463130

upgpkg: ocaml-stdlib-shims 0.3.0-6

Modified:
  ocaml-stdlib-shims/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:53:33 UTC (rev 1463129)
+++ PKGBUILD    2023-05-18 19:53:47 UTC (rev 1463130)
@@ -4,12 +4,12 @@
 _projectname='stdlib-shims'
 pkgname="ocaml-$_projectname"
 pkgver=0.3.0
-pkgrel=5
+pkgrel=6
 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>=4.14.0' 'ocaml-compiler-libs')
+depends=('ocaml' 'ocaml-compiler-libs')
 makedepends=('dune')
 options=('!strip')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")

Reply via email to