aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-merlin-extend/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-merlin-extend/APKBUILD')
-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 fe66f54497..f51e1cd70b 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"