diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-25 07:42:07 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-25 08:33:25 +0100 |
commit | 8487e8d02a86b824a1444949882b6dc7dfe0c141 (patch) | |
tree | e21c5beaece4b6817ea8d6cdabb8ff9b3b635670 /pcr/ocaml-result | |
parent | 3be9852b6fde22282bf615102c5d79ede26eb395 (diff) | |
download | abslibre-8487e8d02a86b824a1444949882b6dc7dfe0c141.tar.gz abslibre-8487e8d02a86b824a1444949882b6dc7dfe0c141.tar.bz2 abslibre-8487e8d02a86b824a1444949882b6dc7dfe0c141.zip |
pcr/ocaml-result: built against recent version of ocaml
Diffstat (limited to 'pcr/ocaml-result')
-rw-r--r-- | pcr/ocaml-result/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/ocaml-result/PKGBUILD b/pcr/ocaml-result/PKGBUILD index 5c5869902..ad55bd75f 100644 --- a/pcr/ocaml-result/PKGBUILD +++ b/pcr/ocaml-result/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=result pkgname=ocaml-${_pkgname} pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Compatibility Result module" arch=('i686' 'x86_64' 'armv7h') url="https://github.com/janestreet/result" |