diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 00:30:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:26 +0100 |
commit | 2be303f2d8c6193c15b6b4c2104a4ef9cc40a877 (patch) | |
tree | 10dafc1223d7646174e4d1df5c4298f1dd491b53 /testing/ocaml-csv/APKBUILD | |
parent | d2452c30cdf570e62c0edaa4b839570c72483d9e (diff) | |
download | aports-2be303f2d8c6193c15b6b4c2104a4ef9cc40a877.tar.bz2 aports-2be303f2d8c6193c15b6b4c2104a4ef9cc40a877.tar.xz |
testing/ocaml-csv: rebuild with ocaml 4.06.1, fix depends
Diffstat (limited to 'testing/ocaml-csv/APKBUILD')
-rw-r--r-- | testing/ocaml-csv/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD index f2cf3d0eed..cfcbe1c404 100644 --- a/testing/ocaml-csv/APKBUILD +++ b/testing/ocaml-csv/APKBUILD @@ -4,14 +4,14 @@ pkgname=ocaml-csv _pkgname=csv pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc="OCaml library for reading and writing CSV files" url="https://github.com/Chris00/ocaml-csv" arch="all !x86 !armhf !s390x" # limited by ocaml abuild license="LGPL-2.1-or-later" -depends="ocaml" +depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" -makedepends="dune ocaml ocaml-findlib-dev opam" +makedepends="dune ocaml ocaml-findlib opam" subpackages="$pkgname-dev csvtool" source="$pkgname-$pkgver.tar.bz2::https://github.com/Chris00/$pkgname/releases/download/$pkgver/csv-$pkgver.tbz" builddir="$srcdir/$_pkgname-$pkgver" |