diff options
Diffstat (limited to 'community/ocaml')
-rw-r--r-- | community/ocaml/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 6307200420..f36f614b73 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Borys Zhukov <mp5@mp5.im> pkgname=ocaml pkgver=4.04.0 -pkgrel=1 +pkgrel=2 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" arch="all !x86 !armhf" license="LGPLv2" makedepends="ncurses-dev zlib-dev gdbm-dev" +depends="ncurses-dev" install="" options="textrels" subpackages="$pkgname-doc" |