diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-10 10:49:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-10 11:00:12 +0000 |
commit | dcb8c95d3893d02fa5b2752b68f1a7919e4d5179 (patch) | |
tree | 54519699e4483c6c0c76540ef8b681c7e16c2bd8 /community/ocaml | |
parent | 0a862629f55e16e36a70de56df282a606329415e (diff) | |
download | aports-dcb8c95d3893d02fa5b2752b68f1a7919e4d5179.tar.bz2 aports-dcb8c95d3893d02fa5b2752b68f1a7919e4d5179.tar.xz |
community/ocaml: rebuild against libbfd-2.32.so
Diffstat (limited to 'community/ocaml')
-rw-r--r-- | community/ocaml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 7a3d3dabef..12b997b34a 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ocaml pkgver=4.07.1 -pkgrel=0 +pkgrel=1 pkgdesc="Main implementation of the Caml programming language" url="http://ocaml.org/" arch="aarch64 ppc64le x86_64" |