aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-camomile/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-camomile/APKBUILD')
-rw-r--r--testing/ocaml-camomile/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD
index 4487ca76e2..82932b7d63 100644
--- a/testing/ocaml-camomile/APKBUILD
+++ b/testing/ocaml-camomile/APKBUILD
@@ -3,13 +3,13 @@
pkgname=ocaml-camomile
_pkgname=camomile
pkgver=0.8.7
-pkgrel=0
+pkgrel=1
pkgdesc="A Unicode library for OCaml"
url="https://github.com/yoriyuki/Camomile"
-arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports
+arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="LGPL-2.0-or-later"
-depends="$pkgname-data=$pkgver-r$pkgrel"
-makedepends="dune ocaml ocaml-cppo ocaml-findlib opam"
+depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime"
+makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam"
subpackages="$pkgname-dev $pkgname-data::noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/yoriyuki/$_pkgname/archive/rel-$pkgver.tar.gz"
builddir="$srcdir/Camomile-rel-$pkgver"