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

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Aug 9 19:03:17 UTC 2022


    Date: Tuesday, August 9, 2022 @ 19:03:17
  Author: juergen
Revision: 1264509

OCaml 4.14.0 rebuild

Modified:
  ocaml-stdlib-shims/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 19:03:13 UTC (rev 1264508)
+++ PKGBUILD	2022-08-09 19:03:17 UTC (rev 1264509)
@@ -4,12 +4,12 @@
 _projectname='stdlib-shims'
 pkgname="ocaml-$_projectname"
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 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.13.1')
+depends=('ocaml>=4.14.0' 'ocaml-compiler-libs')
 makedepends=('dune')
 options=('!strip')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
@@ -29,7 +29,7 @@
 
 package() {
 	cd "$srcdir/$_sourcedirectory/"
-	DESTDIR="$pkgdir" dune install --prefix '/usr' --libdir 'lib/ocaml'
+	DESTDIR="$pkgdir" dune install --prefix '/usr' --libdir '/usr/lib/ocaml'
 
 	install -dm755 "$pkgdir/usr/share/doc/$pkgname"
 	mv "$pkgdir/usr/doc/$_projectname/"* "$pkgdir/usr/share/doc/$pkgname/"



More information about the arch-commits mailing list