diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 00:30:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 00:59:44 -0300 |
commit | 06eca9ee2a3e68337ba35f8bb4c2c66591e0d68c (patch) | |
tree | d98d88e0303759dc7ed9f841a258459e7a42373e /testing/ocaml-num/APKBUILD | |
parent | 6a459c186381eb09599e211cc3b7b3d65b52fddd (diff) | |
download | aports-06eca9ee2a3e68337ba35f8bb4c2c66591e0d68c.tar.bz2 aports-06eca9ee2a3e68337ba35f8bb4c2c66591e0d68c.tar.xz |
testing/ocaml-num: upgrade to 1.2
Diffstat (limited to 'testing/ocaml-num/APKBUILD')
-rw-r--r-- | testing/ocaml-num/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/testing/ocaml-num/APKBUILD b/testing/ocaml-num/APKBUILD index 450736b45a..a60307e15a 100644 --- a/testing/ocaml-num/APKBUILD +++ b/testing/ocaml-num/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: alpine-mips-patches <info@mobile-stream.com> pkgname=ocaml-num _pkgname=num -pkgver=1.1 +pkgver=1.2 pkgrel=0 pkgdesc="Arbitray-precision rational arithmetic for OCaml" url="https://github.com/ocaml/num" @@ -12,13 +12,11 @@ depends="ocaml-runtime" makedepends="ocaml ocaml-compiler-libs ocaml-findlib" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$_pkgname/archive/v$pkgver.tar.gz - install-findlib.patch install-DESTDIR.patch " builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" make } @@ -27,8 +25,6 @@ check() { } package() { - cd "$builddir" - local _libdir="usr/lib/ocaml" mkdir -p "$pkgdir/$_libdir" @@ -56,6 +52,5 @@ dev() { done } -sha512sums="e7ee54e83eaab15ee879c5bb6deb0d76a3adf1ffd2cbd3f93cda63e7bc7b3a90313b94b4be078ecddaeee90a8a98a986d80c2fd6f1ad38faa35a318f77ec890e ocaml-num-1.1.tar.gz -d07720ba5c0c26d31e4fb054d8d3fd6ab4cd9c0496ccf110efe77ecd17e5a0c8c68b8cade42a1cecb1adc74773b04ced8b08032e9b7a8c7e6e4a722501933c28 install-findlib.patch +sha512sums="cf6b5e026d82235e9ed2cc31cbe1bf29171964a364c6ff23aaf0cc864f646002ce2be5b7296488f1568c7b2166d298298cd086f26fb10b52863dbf78f8b23844 ocaml-num-1.2.tar.gz 536ca5a1b0d76d9e6f1f33a560974bbebaebdcc020040631bb79d93748313691f8681cc6b43dc77a3dee78feb723b68e6220fa76b8276ad2577f23edd04aa15a install-DESTDIR.patch" |