Date: Wednesday, November 23, 2022 @ 01:21:28 Author: kgizdov Revision: 1351983
upgpkg: dune 3.6.0-1 Modified: dune/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-23 01:08:31 UTC (rev 1351982) +++ PKGBUILD 2022-11-23 01:21:28 UTC (rev 1351983) @@ -3,20 +3,20 @@ # Contributor: Jakob Gahde <[email protected]> pkgname=dune -pkgver=3.4.1 -pkgrel=2 +pkgver=3.6.0 +pkgrel=1 pkgdesc="A composable build system for OCaml (formerly jbuilder)" arch=(x86_64) url="https://github.com/ocaml/dune" -license=(Apache) +license=('Apache') depends=('glibc') makedepends=('ocaml' 'ocaml-compiler-libs' 'ocaml-csexp' 'ocaml-pp' 'ocaml-findlib') optdepends=('ocaml: Dune standard library') source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('dc260f7f723b17cec104d394d904b402a0b0108d2d3241fe7596e6d473502cef') +sha256sums=('43374ed6ff4aa95811a3b9ed2a963248abb7931cc0dba1f3a8e95690ead20723') -_dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dyn' 'stdune' 'ordering' 'xdg' 'fiber') +_dune_release_pkgs=('dune' 'dune-action-plugin' 'dune-build-info' 'dune-configurator' 'dune-glob' 'dune-private-libs' 'dune-site' 'dune-rpc' 'dyn' 'stdune' 'ordering' 'xdg' 'fiber') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,7 +24,7 @@ # FS#74061 ./configure --libdir /usr/lib/ocaml - make dune.exe # this runs `ocaml bootstrap.ml`, but keeps upstream's choice + make _boot/dune.exe # this runs `ocaml bootstrap.ml`, but keeps upstream's choice # dune build needs a comma separated list of packages local dune_release_pkgs='dummy'
