testing/ocaml-migrate-parsetree: rebuild with ocaml 4.06.1, fix depends

This commit is contained in:
Jakub Jirutka 2018-03-10 00:55:45 +01:00
parent ad7120cafc
commit 8b9b9385e4

View File

@ -2,13 +2,14 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ocaml-migrate-parsetree
pkgver=1.0.7
pkgrel=1
pkgrel=2
pkgdesc="Convert OCaml parsetrees between different major versions"
url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree"
arch="all !x86 !armhf !s390x" # limited by ocaml
license="LGPL-2.1-only-WITH-linking-exception"
depends="ocaml-result"
makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam"
depends="ocaml-result ocaml-runtime"
makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-result-dev
ocamlbuild opam"
options="textrels" # ppc64le (?!)
subpackages="$pkgname-dev $pkgname-doc $pkgname-ocamlbuild"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz"