dune: update to 3.7.1.
This commit is contained in:
parent
775c1524e1
commit
cd782a8a99
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dune'
|
||||
pkgname=dune
|
||||
version=3.6.1
|
||||
version=3.7.1
|
||||
revision=1
|
||||
makedepends="ocaml"
|
||||
depends="ocaml"
|
||||
|
@ -8,12 +8,14 @@ short_desc="Composable build system for OCaml"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://dune.build/"
|
||||
changelog="https://raw.githubusercontent.com/ocaml/dune/main/CHANGES.md"
|
||||
distfiles="https://github.com/ocaml/dune/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=89eb18ff7d3808812e9422b36713336cabc2bd48e875621facee1307ff082f6a
|
||||
checksum=9ddc1dae09e7be6d0bf22b7d1584d95a1b3d4f5d1bae1d4095dc4e1833fa86b2
|
||||
nocross="ocaml"
|
||||
|
||||
_dune_release_pkgs="dune dune-build-info dune-configurator
|
||||
dune-glob dune-private-libs dune-site dyn stdune ordering xdg fiber"
|
||||
dune-glob dune-private-libs dune-site dyn stdune ordering xdg
|
||||
chrome-trace ocamlc-loc"
|
||||
|
||||
do_configure() {
|
||||
./configure --libdir=/usr/lib/ocaml --mandir=/usr/share/man
|
||||
|
|
Loading…
Reference in New Issue