aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-merlin-extend
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 01:12:57 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 02:17:26 +0100
commitb2d6673fcedabf0a889c7f4e8ce4772afccfd906 (patch)
tree2d8df13a0d9ea9679b93bd8dba393821daa849b1 /testing/ocaml-merlin-extend
parent527ea82dd078182af36a8e72fa9889e6b21f10a7 (diff)
testing/ocaml-merlin-extend: rebuild with ocaml 4.06.1, enable on ppc64le
...and fix depends. ocaml-cppo is now available for ppc64le.
Diffstat (limited to 'testing/ocaml-merlin-extend')
-rw-r--r--testing/ocaml-merlin-extend/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ocaml-merlin-extend/APKBUILD b/testing/ocaml-merlin-extend/APKBUILD
index fe66f544976..f51e1cd70b7 100644
--- a/testing/ocaml-merlin-extend/APKBUILD
+++ b/testing/ocaml-merlin-extend/APKBUILD
@@ -3,12 +3,13 @@
pkgname=ocaml-merlin-extend
_pkgname=merlin-extend
pkgver=0.3
-pkgrel=0
+pkgrel=1
pkgdesc="SDK to extend Merlin"
url="https://github.com/let-def/merlin-extend"
-arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports
+arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="MIT"
-makedepends="ocaml ocaml-cppo ocaml-findlib"
+depends="ocaml-runtime"
+makedepends="ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib"
options="!check" # no tests provided
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/let-def/$_pkgname/archive/v$pkgver.tar.gz"