opam: update to 2.4.0

This commit is contained in:
Kate 2025-07-18 13:31:08 +01:00 committed by Leah Neukirchen
parent b606e4999b
commit 0a7e0220d9

View file

@ -1,20 +1,20 @@
# Template file for 'opam' # Template file for 'opam'
pkgname=opam pkgname=opam
version=2.3.0 version=2.4.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/${pkgname} --with-vendored-deps --with-mccs" configure_args="--docdir=/usr/share/doc/${pkgname} --with-vendored-deps --with-mccs"
make_build_args="all" make_build_args="all"
make_check_target="tests" make_check_target="tests"
makedepends="curl ncurses-devel ocaml ocaml-findlib tar" depends="bubblewrap curl unzip tar"
depends="bubblewrap curl patch unzip" makedepends="${depends} ncurses-devel ocaml ocaml-findlib"
checkdepends="${depends} git rsync" checkdepends="${depends} git rsync"
short_desc="OCaml package manager" short_desc="OCaml package manager"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only WITH OCaml-LGPL-linking-exception" license="LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage="https://opam.ocaml.org/" homepage="https://opam.ocaml.org/"
distfiles="https://github.com/ocaml/opam/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/ocaml/opam/releases/download/${version}/opam-full-${version}.tar.gz"
checksum=ee3e3c93c4420bd3e3be82dd0da40d7f3f82eaff5000d20fb1b00f1cd050a99a checksum=119f41efb1192dad35f447fbf1c6202ffc331105e949d2980a75df8cb2c93282
nocross=yes nocross=yes
disable_parallel_build=yes disable_parallel_build=yes
make_check=ci-skip # uses bwrap make_check=ci-skip # uses bwrap