X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 06AF5F831AB for ; Fri, 22 Feb 2019 13:25:14 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 46B9058715 for ; Fri, 22 Feb 2019 16:25:13 +0300 (MSK) From: alpine-mips-patches Date: Fri, 22 Feb 2019 12:53:47 +0000 Subject: [alpine-aports] [PATCH 9/x] testing/ocaml-labltk: upgrade to 8.06.5 To: alpine-aports@lists.alpinelinux.org Message-Id: <20190222132513.46B9058715@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Upgrade is required to fix build failure with ocaml-4.07.1. --- testing/ocaml-labltk/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/ocaml-labltk/APKBUILD b/testing/ocaml-labltk/APKBUILD index e36d66a6c3..45235cfc49 100644 --- a/testing/ocaml-labltk/APKBUILD +++ b/testing/ocaml-labltk/APKBUILD @@ -2,19 +2,20 @@ # Maintainer: Jakub Jirutka 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" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---