diff options
-rw-r--r-- | testing/ocaml-curses/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-curses/APKBUILD b/testing/ocaml-curses/APKBUILD index 256e80e972..0e275a4eee 100644 --- a/testing/ocaml-curses/APKBUILD +++ b/testing/ocaml-curses/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fernando Casas Schossow <casasfernando@outlook.com> pkgname=ocaml-curses pkgver=1.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="OCaml bindings for ncurses" url="https://www.nongnu.org/ocaml-tmk/" arch="aarch64 ppc64le x86_64" # restricted by ocaml @@ -20,7 +20,7 @@ prepare() { build() { cd "$builddir" - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-widec make all opt } |