diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 18:47:47 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-07 18:41:29 +0200 |
commit | 2ca62ca803d65a91139f446467a736f71289a15d (patch) | |
tree | 3843c3bdd7497965a98335998a4bae6c86337850 /testing/ocaml-csv | |
parent | 34a5d98c2edfd727adbb1d0817872ca03b29aac5 (diff) | |
download | aports-2ca62ca803d65a91139f446467a736f71289a15d.tar.bz2 aports-2ca62ca803d65a91139f446467a736f71289a15d.tar.xz |
testing/ocaml-*: rebuild
Rebuild after upgrade of some ocaml packages.
Diffstat (limited to 'testing/ocaml-csv')
-rw-r--r-- | testing/ocaml-csv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD index cfcbe1c404..56e09efa35 100644 --- a/testing/ocaml-csv/APKBUILD +++ b/testing/ocaml-csv/APKBUILD @@ -4,7 +4,7 @@ pkgname=ocaml-csv _pkgname=csv pkgver=2.0 -pkgrel=2 +pkgrel=3 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 |