aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-03-19 05:39:51 +0000
committeromni <omni+alpine@hack.org>2024-03-19 09:42:33 +0000
commit1fb00fcefd2a1d7cafa5613afbcc2032ea2ec3e5 (patch)
tree1592382b9dc7dfc8f2e35eb9803db4fec0a72b7a
parenta00752e87b7c1ca49064d554b41df9d7d7891408 (diff)
testing/ocaml-zarith: rebuild against ocaml 4.14.2HEADmaster
also, remove reference to `mips`, and don't quote "$pkgname" in install
-rw-r--r--testing/ocaml-zarith/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ocaml-zarith/APKBUILD b/testing/ocaml-zarith/APKBUILD
index 1c24d390962..385f12511b4 100644
--- a/testing/ocaml-zarith/APKBUILD
+++ b/testing/ocaml-zarith/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: River Dillon <oss@outerpassage.net>
pkgname=ocaml-zarith
pkgver=1.12
-pkgrel=3
+pkgrel=4
pkgdesc="library implementing arithmetic and logical operations"
url="https://github.com/ocaml/Zarith"
arch="all !riscv64" # limited by ocaml aport
@@ -15,7 +15,7 @@ builddir="$srcdir/Zarith-release-$pkgver"
# 32bit archs
case "$CARCH" in
-armv7|armhf|mips|x86) options="$options textrels" ;;
+armv7|armhf|x86) options="$options textrels" ;;
esac
build() {
@@ -31,8 +31,8 @@ check() {
package() {
mkdir -p "$pkgdir"/usr/lib/ocaml "$pkgdir"/usr/lib/ocaml/stublibs
OCAMLFIND_LDCONF=ignore make install
- install -Dm644 README.md -t "$pkgdir"/usr/share/doc/"$pkgname"
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"
+ install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname/
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="