aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-02-22 12:53:47 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-03-06 10:28:26 +0000
commitf31224732fd5d990a39637cce98065b59f26fa10 (patch)
tree77f10099d62beeaaecfa7c380eb1f82e0a8fbe51
parent3a88809faa63f1aacfc4c3b8b035957a03520be5 (diff)
testing/ocaml-labltk: upgrade to 8.06.5
Upgrade is required to fix build failure with ocaml-4.07.1.
-rw-r--r--testing/ocaml-labltk/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/ocaml-labltk/APKBUILD b/testing/ocaml-labltk/APKBUILD
index e36d66a6c39..45235cfc49c 100644
--- a/testing/ocaml-labltk/APKBUILD
+++ b/testing/ocaml-labltk/APKBUILD
@@ -2,19 +2,20 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ocaml-labltk
_pkgname=labltk
-pkgver=8.06.4
+pkgver=8.06.5
+_pkgkey=1764 # it changes with version update
pkgrel=0
-_ocamlver=4.06
+_ocamlver=4.07.1
pkgdesc="Tcl/Tk interface for OCaml"
url="http://labltk.forge.ocamlcore.org/"
-arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
+arch="aarch64 ppc64le x86_64" # limited by ocaml aport
license="LGPL-2.0-or-later-WITH-linking-exception"
depends="ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="ocaml=~$_ocamlver ocaml-compiler-libs=~$_ocamlver tcl-dev tk tk-dev"
options="!check" # no tests provided
subpackages="$pkgname-dev"
-source="https://forge.ocamlcore.org/frs/download.php/1727/$_pkgname-$pkgver.tar.gz"
+source="https://forge.ocamlcore.org/frs/download.php/$_pkgkey/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -55,4 +56,4 @@ dev() {
mv *.cmx *.cmxa *.mli "$subpkgdir"/$sitelib/
}
-sha512sums="5221d2378f73cbcc2a4abd003023c01c8f0e1a919029ddb06069db30284b0bdef12e03b66b9c7c694c7a2128b060f2f2a5a34e4f3b8eed1060a0880a2e429644 labltk-8.06.4.tar.gz"
+sha512sums="8a6bfefd1ba8ef1fb54c284a06067007dd48833a475e24c787c0c2100a30a5ab018606ca3e79fd0fa323b6759de0ae3c7e6ef881e662bf1d7f84e920c7bebe7a labltk-8.06.5.tar.gz"