aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocamlbuild/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-04 23:44:08 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-05 00:14:26 +0100
commitdbf104a03a2990bdd4e3c875cd657011bbf2620d (patch)
tree59ba383835479270bf9ec9aa76748063589e7656 /community/ocamlbuild/APKBUILD
parentc2ebfdef530dc202a300a15cb5bf2b30ccaa38b7 (diff)
community/ocamlbuild: upgrade to 0.12.0
Diffstat (limited to 'community/ocamlbuild/APKBUILD')
-rw-r--r--community/ocamlbuild/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index 2dfc6e305ce..a46e3f9f2f7 100644
--- a/community/ocamlbuild/APKBUILD
+++ b/community/ocamlbuild/APKBUILD
@@ -1,13 +1,14 @@
# Contributor: Jon Ong <jonongjs@rottenmage.com>
# Maintainer: Anil Madhavapeddy <anil@recoil.org>
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"