From 4862b760c649af2c86127e8e65fd74bad19ee189 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 26 May 2019 16:38:19 -0300 Subject: testing/ocaml-yojson: rebuild againt new ocaml Closes: GH-8153 --- testing/ocaml-yojson/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'testing') diff --git a/testing/ocaml-yojson/APKBUILD b/testing/ocaml-yojson/APKBUILD index 67d84aa69b..38345166d8 100644 --- a/testing/ocaml-yojson/APKBUILD +++ b/testing/ocaml-yojson/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-yojson _pkgname=yojson pkgver=1.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="JSON parsing and pretty-printing library for OCaml" url="https://github.com/mjambon/yojson" arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport @@ -16,18 +16,14 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mjambon/$_pkgname/archive/v$ builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" jbuilder build @install } check() { - cd "$builddir" jbuilder runtest } package() { - cd "$builddir" - mkdir -p "$pkgdir"/usr/lib/ocaml jbuilder install \ --destdir="$pkgdir"/usr \ -- cgit v1.2.3