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

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


    Date: Tuesday, August 9, 2022 @ 19:02:22
  Author: juergen
Revision: 1264502

OCaml 4.14.0 rebuild

Modified:
  ocaml-ppx_derivers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 19:02:10 UTC (rev 1264501)
+++ PKGBUILD	2022-08-09 19:02:22 UTC (rev 1264502)
@@ -5,12 +5,12 @@
 _projectname='ppx_derivers'
 pkgname="ocaml-$_projectname"
 pkgver=1.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Shared deriving plugin registry'
 arch=('x86_64')
 url="https://github.com/ocaml-ppx/$_projectname"
 license=('BSD')
-depends=('ocaml>=4.13.1')
+depends=('ocaml>=4.14.0')
 makedepends=('dune')
 options=('!strip')
 source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
@@ -25,7 +25,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