diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 16:13:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:25 +0100 |
commit | 817109501917bb0be1a4ae9fd6412f429fee2ca0 (patch) | |
tree | 7c69f141606ac76faa5a902318da3bb3f8d881f6 /community | |
parent | 8bfc67df0a57498484d796fcc235929f175af5dc (diff) | |
download | aports-817109501917bb0be1a4ae9fd6412f429fee2ca0.tar.bz2 aports-817109501917bb0be1a4ae9fd6412f429fee2ca0.tar.xz |
community/ocamlbuild: rebuild with ocaml 4.06.1
Diffstat (limited to 'community')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index a46e3f9f2f..79157e0fea 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild pkgver=0.12.0 -pkgrel=0 +pkgrel=1 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms |