diff options
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 450a1210b1..975412dec9 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild pkgver=0.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" |