From dbf104a03a2990bdd4e3c875cd657011bbf2620d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 4 Mar 2018 23:44:08 +0100 Subject: community/ocamlbuild: upgrade to 0.12.0 --- community/ocamlbuild/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/ocamlbuild/APKBUILD') diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 2dfc6e305c..a46e3f9f2f 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -1,13 +1,14 @@ # Contributor: Jon Ong # Maintainer: Anil Madhavapeddy pkgname=ocamlbuild -pkgver=0.9.3 -pkgrel=1 +pkgver=0.12.0 +pkgrel=0 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 license="LGPL-2.0" makedepends="ocaml" +subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -26,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="49ab3a13d48f8f554c85ebc8ce9cbc5a5e63112c2d50215a6f4be78cc21c6e93bd5d657ea45584cfbfa00d182d99adad0fbb706e8121b71ea3ecf4830fd947dd ocamlbuild-0.9.3.tar.gz" +sha512sums="0755a8410a1e083d344e2389bbff06ae2ad5daaf9b186147fd0d2fa094bdc3a2e8e94e2a1e666a63276d10899274b905535300f47d50e747e86f17cf562abe08 ocamlbuild-0.12.0.tar.gz" -- cgit v1.2.3