aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/ocaml-calendar/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/ocaml-calendar/APKBUILD b/testing/ocaml-calendar/APKBUILD
index 2bc559b892..ceb4e8a522 100644
--- a/testing/ocaml-calendar/APKBUILD
+++ b/testing/ocaml-calendar/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fernando Casas Schossow <casasfernando@outlook.com>
pkgname=ocaml-calendar
pkgver=2.03.2
-pkgrel=0
+pkgrel=1
pkgdesc="Objective Caml library for managing dates and times"
url="http://calendar.forge.ocamlcore.org/"
arch="aarch64 ppc64le x86_64" # restrict by ocaml
@@ -14,9 +14,8 @@ builddir="$srcdir/calendar-$pkgver"
build() {
cd "$builddir"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --libdir=/usr/lib
make
- make doc
}
check() {