aboutsummaryrefslogtreecommitdiffstats
path: root/testing/reason/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/reason/APKBUILD')
-rw-r--r--testing/reason/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD
index bdb681f6fb..a8843f6c90 100644
--- a/testing/reason/APKBUILD
+++ b/testing/reason/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=reason
pkgver=3.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems"
url="http://reasonml.github.io/"
# x86, armhf, s390x: limited by ocaml aport
@@ -20,6 +20,7 @@ makedepends="
ocaml-menhir-dev=~$_menhirver
ocaml-merlin-extend-dev
ocaml-migrate-parsetree-dev
+ ocaml-ocamlbuild-dev
ocaml-result-dev
ocaml-utop-dev
ocamlbuild
@@ -115,7 +116,7 @@ reactjs() {
rebuild() {
pkgdesc="Simple build system for Reason based on OCamlbuild"
- depends="$pkgname ocamlbuild"
+ depends="$pkgname ocaml-ocamlbuild"
_submv usr/bin/rebuild
}