aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-result
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-05 00:43:51 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-05 00:44:07 +0100
commit3865c3679249842506896547815c5b027efe6086 (patch)
treee85195f22b690ed77dbbe8289873ae4dba350c7e /testing/ocaml-result
parent8ab5ddc71cf18f0e6d6aa3f3e1166315608f3fda (diff)
downloadaports-3865c3679249842506896547815c5b027efe6086.tar.bz2
aports-3865c3679249842506896547815c5b027efe6086.tar.xz
testing/ocaml-result: fix -dev's dependencies
Diffstat (limited to 'testing/ocaml-result')
-rw-r--r--testing/ocaml-result/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ocaml-result/APKBUILD b/testing/ocaml-result/APKBUILD
index 11f775351c..20943f7987 100644
--- a/testing/ocaml-result/APKBUILD
+++ b/testing/ocaml-result/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ocaml-result
_pkgname=result
pkgver=1.3
-pkgrel=0
+pkgrel=1
pkgdesc="Compat result type"
url="https://github.com/janestreet/result"
arch="all !x86 !armhf !s390x" # limited by ocaml
@@ -39,11 +39,11 @@ package() {
}
dev() {
+ default_dev
+
depends="$pkgname=$pkgver-r$pkgrel"
local sitelib="usr/lib/ocaml/$_pkgname"
- default_dev
-
cd "$pkgdir"/$sitelib
# May not be created if native compiler is N/A for this platform.