diff options
author | Anil Madhavapeddy <anil@recoil.org> | 2016-12-01 16:38:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-01 16:52:59 +0000 |
commit | 722dfb952d8b26c27443e84f6626e699aefae4d1 (patch) | |
tree | ec0f77748aad09e5839aca070ff85c8449433283 | |
parent | 80aec0ad16f0f9eb0467a605b9bc1e627d9d4a92 (diff) | |
download | aports-722dfb952d8b26c27443e84f6626e699aefae4d1.tar.bz2 aports-722dfb952d8b26c27443e84f6626e699aefae4d1.tar.xz |
testing/ocamlbuild: works on all architectures, correct license
-rw-r--r-- | testing/ocamlbuild/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ocamlbuild/APKBUILD b/testing/ocamlbuild/APKBUILD index a991b85376..8d1e74f1c1 100644 --- a/testing/ocamlbuild/APKBUILD +++ b/testing/ocamlbuild/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Jon Ong <jonongjs@rottenmage.com> -# Maintainer: +# Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild pkgver=0.9.2 pkgrel=0 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" -arch="x86_64" -license="GPL2" +arch="all" +license="LGPL2" depends="" makedepends="ocaml" options="" |