aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-migrate-parsetree
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 00:55:45 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:26 +0100
commit8b9b9385e4fe905ecf5770f84ac0172a29c522ab (patch)
treec4287dd0c8daaec8e7c079c667626348ee159dd6 /testing/ocaml-migrate-parsetree
parentad7120cafc8f6b352be41616430b3889339097cd (diff)
downloadaports-8b9b9385e4fe905ecf5770f84ac0172a29c522ab.tar.bz2
aports-8b9b9385e4fe905ecf5770f84ac0172a29c522ab.tar.xz
testing/ocaml-migrate-parsetree: rebuild with ocaml 4.06.1, fix depends
Diffstat (limited to 'testing/ocaml-migrate-parsetree')
-rw-r--r--testing/ocaml-migrate-parsetree/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD
index fa2213c600..311e28f892 100644
--- a/testing/ocaml-migrate-parsetree/APKBUILD
+++ b/testing/ocaml-migrate-parsetree/APKBUILD
@@ -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"