aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ocaml/APKBUILD')
-rw-r--r--community/ocaml/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index 63072004209..f36f614b73a 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"