diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-05 13:48:40 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-12-05 14:00:21 +0100 |
commit | f0caea17a987cfc40be2c0c6958f03a89420aec3 (patch) | |
tree | 4227043a08de1bd216116124e32d29b376799fe3 /community/ocaml-lablgtk | |
parent | 6604e61e8a21c725e8ccd9bbb4670fa99c4b8bac (diff) | |
download | aports-f0caea17a987cfc40be2c0c6958f03a89420aec3.tar.bz2 aports-f0caea17a987cfc40be2c0c6958f03a89420aec3.tar.xz |
community/ocaml-lablgtk: rebuild against new ocaml version
Without this unison fails to build with:
Error: /usr/lib/ocaml/lablgtk2/pango.cmi
is not a compiled interface for this version of OCaml.
Diffstat (limited to 'community/ocaml-lablgtk')
-rw-r--r-- | community/ocaml-lablgtk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD index fb0f46ddce..cd84730a92 100644 --- a/community/ocaml-lablgtk/APKBUILD +++ b/community/ocaml-lablgtk/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-lablgtk _pkgname=lablgtk pkgver=2.18.6 -pkgrel=0 +pkgrel=1 pkgdesc="An OCaml interface to GTK+ 2.x" url="http://lablgtk.forge.ocamlcore.org/" arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport |