Skip to content
Snippets Groups Projects
Commit 5597d350 authored by Celeste's avatar Celeste Committed by omni
Browse files

testing/ocaml-ppx_sexp_conv: upgrade to 0.16.0

parent 75ff286a
No related branches found
No related tags found
1 merge request!62755*/ocaml*: rebuild against 4.14.2 & improve
......@@ -2,8 +2,8 @@
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=ocaml-ppx_sexp_conv
_pkgname=ppx_sexp_conv
pkgver=0.15.1
pkgrel=2
pkgver=0.16.0
pkgrel=0
pkgdesc="[@@deriving] plugin to generate S-expression conversion functions"
url="https://github.com/janestreet/ppx_sexp_conv"
arch="all !riscv64" # limited by ocaml aport
......@@ -16,8 +16,8 @@ depends_dev="
"
makedepends="$depends_dev dune ocaml"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
source="https://ocaml.janestreet.com/ocaml-core/v${pkgver%.*}/files/ppx_sexp_conv-v$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-v$pkgver"
_ocamldir=usr/lib/ocaml
# 32-bit archs
......@@ -30,7 +30,7 @@ build() {
}
check() {
dune runtest --verbose
dune runtest --build-dir=.testenv --verbose
}
package() {
......@@ -78,5 +78,5 @@ scan_python3_dependency() {
}
sha512sums="
f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b ocaml-ppx_sexp_conv-0.15.1.tar.gz
898549b8fdac328bf4583b3ee744b7fed59bb22ebcf9d5afe4268985c60f5d7b04881a7e77fc2940776afb21669e96411a244b5e4902af737c673f0cce63bb55 ppx_sexp_conv-v0.16.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment